You don't need to backup information_schema database, see:
http://dev.mysql.com/doc/refman/5.0/en/information-schema.html
information_schema is a virtual database, rebuilt each time MySQL is restarted, so there is no point in backing it up because you can't restore it anyway.
No comments:
Post a Comment