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]
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!
More content in Shell category