|
Posted by Anonymous on 06/20/07 22:47
damezumari wrote:
> $command = "mysqldump --opt -h $dbhost -u $dbuser -p $dbpass $dbname >
> $backupFile";
> Any help is greatly appreciated.
You should read the mysqldump manual more carefully.
--password[=password], -p[password]
The password to use when connecting to the server. If you use the short
option form (-p), you cannot have a space between the option and the
password. If you omit the password value following the --password or -p
option on the command line, you are prompted for one.
Navigation:
[Reply to this message]
|