MySQL export databases over the command line

by Ranganathan 2012-08-27 17:13:36

<i>command</i>
[root@UnixBox ~]# mysqldump -uroot -ptestpass123 exampledb >exampledb.sql

Note: Here you need to change the password, database and username if needed. Please notice that you should use the -u and -p option without spaces.
748
like
0
dislike
0
mail
flag

You must LOGIN to add comments