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

Tuesday, February 24, 2009

MySQLDUMP Option - Backup Stored Procedures and Functions

No comments :
MySQLDUMP Option - Backup Stored Procedures and Functions

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

To take backup of multiple databases including their routines, functions, store procedures
MySQL> mysqldump -h hostname_or_ip -u root -p password --databases database1 database2 database3 ... databaseN -R
-R --> this will include all the information about routines, stored procedures, functions

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

Featured Blog Topics:

No comments :