Archive: mysqldump

 

Posts Tagged ‘mysqldump’


When migrating one server to another you often hit bumps in the road. Todays was transferring a database from one server to another. During this standard procedure I found that the restored database was missing a few tables. Irritating as Magento doesn’t like missing tables. Digging down into the backup and extracting the first missing [...]



 

If you use Git for version control and you would like to also keep a track of your database schema (and possibly content though I'm not doing that due to potential file sizes / speed issues) then all you need to do is this simple step: 1. Go to your project folder and into the [...]