I cannot access phpMyAdmin so I try to run the following command to build my tables thru cron:
mysql -hlocalhost -u<username> -p<password> <database> < /path/to/sql
But I get this error:
ERROR 1045 (28000): Access denied for user '<username>'@'10.33.249.7' (using
password: YES)
<username>, <password>, <database> all set properly in mysql
I wonder if mysql is configured properly, admin, please check.
mysql -hlocalhost -u<username> -p<password> <database> < /path/to/sql
But I get this error:
ERROR 1045 (28000): Access denied for user '<username>'@'10.33.249.7' (using
password: YES)
<username>, <password>, <database> all set properly in mysql
I wonder if mysql is configured properly, admin, please check.