Dump Your MySQL Database

ShellPosted on

With this snippet, you can easily export your database to an SQL file. Neat and easy to use.

mysqldump -u[user] -p[pass] [db] > [path_to_sql]

Need a web developer? Maybe we can help, get in touch!

Similar Posts

More content in Shell category