MySql: Backup and Restore DB

Updated . Posted . Visible to the public.

backup: # mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql

restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql

Luis Romero
Last edit
Luis Romero
Posted by Luis Romero to Custom Exposure (2014-08-30 01:48)