Sunday, February 21, 2010

MySQL Backup

mysqldump -u root -p --database <databasename>   >   <output.sql>

No comments:

Post a Comment