Don Pro writes:
 >Hi,
 >
 >I back up my entire database with the following command:
 >
 >mysqldump --opt -p"password" mydbf_db > /mydir/mydbf.backup

I've got:

  mysqldump -h mysql.io.com -u "user" -p --opt "database" >!  backup-file.sql
  mysql -h mysql.io.com -u "user" -p "database" < backup-file.sql

In your case the -u is probably optional.  My version prompts for the
password.

--Cindy

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to