Trace: mysqldump

mysqldump

Backup:

mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql

Restaurar:

mysql -u root -p[root_password] [database_name] < dumpfilename.sql
mysqldump.txt · Last modified: 2015/05/10 13:49
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain