Can anyone tell me why you check "Add DROP TABLE" in phpMyAdmin when backing up a Wordpress database? I've heard of the SQL command 'drop' a table, but I'm not sure how that applies in this case... Also, do you know if the WP DB Backup plugin creates as good of backup as just going through phpmyadmin? Thanks
Checking this checkbox adds the line at the top of the backup DROP TABLE IF EXISTS `tablename`; While importing, this automatically checks if a table exists. If it exists, it is deleted. This way you donot have to delete a table before importing.
I always recommend my hosting clients who are working with any MySQL databases to use the software Navicat to do your database backups, edits, etc. phpMyAdmin isnot the greatest method for working on a database.
Thanks guys, as someone who's migrating from Web Design to Web Development finding information explained in plain English makes the transition so much easier. What online resources would you recommend for an overview on MySQL & PHP?
I suggest you to look for a Total Managed WordPress Hosting management people. They will definitely be able to assist you.