Hi guys we know that there are so many ways to backup your files. But what is the best way to backup and restore mysql Any easy ways? thanks
I do a cPanel backup of the database, and also an 'export' .sql backup from phpMyAdmin. To restore: I just create an empty database, or drop everything out of the corrupt database, then import the sql file using phpMyAdmin.
It's only about three mouse clicks! I'm sure you could set up a cronjob to backup your db. But I like to save the files safely on my local PC myself.
so if you have 4 databases? you can download them all into one file and then when you upload it will it be 4 different dtabases again?
No, you download them as 4 separate .sql files and import them to separate (empty) databases... I'm basically just repeating what kerosene said, but you're asking the same thing again