An Entrepreneur, Coach, IT Consultant, Strategic Adviser, and a Traveler craving to explore and contribute to forming a better society.

Wednesday, February 25, 2009

Mysql Backup - Multiple Databases

No comments :
Keywords: MySQL, MySQLDUMP, MySQL Database, MySQL Database Backup, Database Backup, Backup, MySQLDUMP Backup

Following is the command to take backup of multiple database in MySQL:-

MySQL> mysqldump -h hostname_or_ip -u root -p password --databases database1 database2 database3 ... databaseN

For more information about MySQL Dump Options and MySQLDUMP, Please Visit the following URL's:-

Keywords: MySQL, MySQLDUMP, MySQL Database, MySQL Database Backup, Database Backup, Backup, MySQLDUMP Backup

Featured Blog Topics:

No comments :