Thread: database backup
View Single Post
  #12  
Old 09-29-2011, 05:37 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

From a command prompt just type:

mysqldump -uroot -ppassword peq > backup.sql

Don't run the mysql command first.
Reply With Quote