How To: Backup and Restore Your MySQL Database

Backup Your MySQL Database
mysqldump -u username -p database > file
Dump it do a file.

Restore Your MySQL Database
mysql -u username -p database DON’T HAVE A BACKUP.

Comments (View)

Comments powered by Disqus