How to take MySql dump in Server
======================
Commands to take mysql dump in the server
1. Enter into mysql via the following command.
$mysql
2. Then dump mysql to some "filname.mysql" via the following command.
$mysqldump sqlfolder > filename.mysql
Comment me if you need further clarifications
No comments:
Post a Comment