izeye
Friday, August 26, 2016
Backup a table in MySQL
To backup a table in MySQL, use the following command:
mysqldump -u trust -p db_trust message > message.sql
Reference:
http://stackoverflow.com/questions/6682916/how-to-take-backup-of-a-single-table-in-the-mysql-database
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment