MySQL anonymous user

I really think this is unusual, I get thrown this MySQL error:
Connection errorSQLSTATE[28000] [1045] Access denied for user ‘user’@‘208.117.46.9’ (using password: YES).
I had to create a new database on PHPMyAdmin and I entered all the parameters on the php script but this error message still appears.
I tried: SELECT user(),current_user(); using the SQL command and got
user():user@10.123.0.1 and current_user:@% but the article was using CDM to change certain parameters whereas I only have access to the the phpMyAdmin GUI.
I use the PDO for my php connection to the MySQL database

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.