Data base

I’ve install all my server whit xampp and everything is working. My database is phpmyadmin but when I start my server and I connect to it I can see that phrase:

[ERROR] [MySQL] An error happens on MySQL for query “SELECT * FROM users WHERE identifier=@identifier; {identifier=steam:1100001173cecec}”: Access denied for user ‘root’@‘localhost’ (using password: YES)

sorry for my English I am French.

Sounds like your username or password are incorrect. Or your useraccount doesn’t have a password set, so providing one makes it still not work.

i don’t think that a id or password problem , just a GRANT permission problem. be sure you have access to all database and operation.

but the best to do is to create a user specificaly for this database like this you won’t have any trouble to access it.

Ps : your database isn’t phpmyadmin( who is a tool for use database) , but Mysql is your database :wink:

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