I’m looking for a way to backup all the database on MySQL. I’ve written a batch file which runs mysqldump and it’s working fine. Unfortunately I’m using MySQL 5.0 and can’t upgrade to the newer version which includes the information_schema in the mysqldump.
Can anyone let me know of how I’m supposed to dump this database? I’ve been trying for the last 8 hours and just can’t get it work!
Hope someone can help.
Cheers
Alex
There is no need to back up the MySQL’s
information_schemadatabase. MySQL operates and maintains this database itself and it will automatically repopulate it when a dump is being imported.