After migrating a WordPress site to a new URL either live or to a production or development server, the new URL strings in the mysql database need to be changed and updated in the various mysql database tables. To avoid working directly in the database you can also to this in a gui style interface with …
Read More
Installing phpMyAdmin on Mac OSX 10.9 Mavericks & 10.8, 10.7, 10.6
To interact with MySQL by instead of using the command line, phpMyAdmin comes to the rescue, to get it running as part of your local development set up on OS X, a couple of steps need to be done. phpMyAdmin is a browser application that interacts with the underlying mysql data. These steps will work on …
Read More
Import a mysql database into OS X 10.8 via Terminal
Import a mysql database into OS X 10.8 I have found that phpmydmin on the Mac has issues with the max upload file size limit and changing the value in php.ini doesn’t always do the trick. Since mysql is already installed a quick trip to the terminal will sort this out. Create the database if …
Read More