MySQL: Backup database > mysqldump -u root mydatabase > mybackup.sql Resto…

by admin on December 26, 2007

MySQL: Backup database

> mysqldump -u root mydatabase > mybackup.sql

Restore:

> mysql -u root mydatabase < mybackup.sql

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>