Gurus,

I'm running a Windows Server 2003 cmd shell script to backup my databases using:

%mysqldir%\bin\mysqldump -B %dbname% -u %dbuser% -p%dbpass% >
%bkupdir%\dbBkup_%dbname%_%yy%%mm%%dd%.sql
@ECHO Done! New File: dbBkup_%dbname%_%yy%%mm%%dd%.sql

It's been running fine until I've had to change the password for this
dbuser due to it being hijacked to drop our tables.
My problem is, mysqldump now keeps giving me "Access denied" for this
user and the backup job doesn't go through.

I can log into MySQL Query Browser and even Administrator fine with
the new password however.

Any clues/pointers is greatly appreciated!
Please cc my email!

Thanks,
John

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to