MySQL Triggers

If you have a table of GPS data ,that keeps getting written to, and starts to run to millions of records. It is a sensible idea to create a trigger under mysql to update a scratchpad summary table on an … Continued

MySQL Master Slave – Replication

If you need to run mysql replication, then we can help configue it for you, its a fantastic way of  allowing you to run reporting against a large dataset, by running all your queries against the slave database, and this … Continued