Last Updated: February 25, 2016
·
419
· mrebola

Sql dump of a MySQL database from the command line

mysqldump -u [user] -p [database_name] > [backupfile].dump