Help Guide For Software Engineer
Tuesday, October 9, 2012
mysqldump Command Usage
It is used
mysqldump
command to get a backup of existing tables.
Simply, run the following command to get the backup.
mysqldump -usujith -psujith database_name table_name > /home/sujith/backup.sql
NOTE :- This dump contains all the table structure and data in table.
Newer Post
Older Post
Home