Thread: database backup
View Single Post
  #9  
Old 09-29-2011, 02:28 PM
bodi
Hill Giant
 
Join Date: May 2010
Posts: 105
Default

When i try to backup the database, I pull up a command prompt, log into mysql by using mysql -uroot -p, then put in my password... then type
mysqldump -uroot -ppassword peq > c:\backup\peq_backup.sql

and it says Error: Unknown command '\b'.

What am I doing wrong?
Reply With Quote