RE: Bash Shell issue with the mysqldump's password.....

2004-08-06 Thread Steve Poirier
To: [EMAIL PROTECTED] Subject: Bash Shell issue with the mysqldump's password. I am struggling to get the bash script to use the password. What I'm doing here is to assign it to a variable.. --snip- MySQLdump_FilePath="/usr/local/mysql/bin/mysqldump" UserId=

Bash Shell issue with the mysqldump's password.....

2004-08-06 Thread Scott Fletcher
I am struggling to get the bash script to use the password. What I'm doing here is to assign it to a variable.. --snip- MySQLdump_FilePath="/usr/local/mysql/bin/mysqldump" UserId="root" DB_Production="DB_NAME" #Emarket_Production_Filepath=`/home/website/ProductionDB.sql` #Prefix_Produc