in reply to DBI / mySQL: Access denied for user 'myusername'@'localhost' (using password: YES)
Try, from a prompt, the command line client:
Your grant statement must grant specific privileges on certain tables to a user @ a domain, identified by 'a password'. If you have root on the db engine, you can use show fields from mysql.tablename and select from mysql.* to see what the mysql installation thinks its valid users are. Do these tokens work at a cli client?$ mysql -u myusername -p
-- Hugh
|
|---|