Why doesn't this work
0 0 * * * mysql -D mmm_Demo -u <database username> -p <password> < /home/mmm/localhost.sql
I receive this error:
Enter password: ERROR 1045 (28000): Access denied for user 'database username'@'localhost' (using password: YES)
Why doesn't this work
0 0 * * * mysql -D mmm_Demo -u <database username> -p <password> < /home/mmm/localhost.sql
I receive this error:
Enter password: ERROR 1045 (28000): Access denied for user 'database username'@'localhost' (using password: YES)
Last edited by MultiMediaMadness; 10-29-2006 at 03:58 PM.
try
-pPASSWORD
instead of
-p PASSWORD