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)
Hey !
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