MySQL replication in PHP - on the same machine
Wednesday, September 14th, 2011I just realized I needed to replicate some data from one database to another, but only certain tables.... Read More
I just realized I needed to replicate some data from one database to another, but only certain tables.... Read More
I’ve recently gotten some help and done some research into optimizing a MySQL database. The following applies if you have a powerful box at your disposal, I have 32GB RAM and 32 cores. If you are very limited hardware wise then not much of the following will apply.... Read More
This piece is building on the prior tutorial, we now have Retrieve, Update and Delete in addition to the Create stuff. The prior tutorial has also been updated since the fromArrayExt method needed some adjustments to manage updating.... Read More
It was long overdue but finally I’ve taken a look at Doctrine. And I’m blown away, bye bye Zend DB.... Read More