August 7, 2011 1 min read
simple mysqldump example
This post shows how to export a database from the command line. You can export for backup purposes or you can export and move the sql database file to a new database server. Here is a simple example of using mysqldump...
How To's