[mysql-async] [ERROR] ER_ACCESS_DENIED_ERROR: Access denied for user

Hello Lovely Cfx.re Community We are currently Working on a server and our Mysql is trying to destroy our hopes our database is from phpmyadmin and our gameserver from Zap-hosting

[mysql-async] [ERROR] ER_ACCESS_DENIED_ERROR: Access denied for user ‘zap755432-1’@‘92.42.44.73’ (using password: YES)

1 Like

Hey ! :slightly_smiling_face:
The database is saying that the user account you are using to connect to the DB needs a password.

(using password: YES)

Did you verify that your connection string (wich is in your server.cfg) is correct ?
You shoul have something kind of like that (If you are using MySql as SGBD) :

set mysql_connection_string "mysql://zap755432-1:XXXXXX@localhost/nameoftheDB?waitForConnections=true"

Where XXXXX is the password for the user
and nameoftheDB is the name of the database of your server

1 Like



Maybe this helps more because i am lost at the moment

Noting its a TxAdmin Server From Zaphosting

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