[ERROR] [MuSQL] [es_estended] An error happens on My SQL for query "SELECT * FROM items": ER_DBACCESS_DENIED_ERROR: Access denied for user

I need help because I get a big error every time I start my server!

Send your Server.cfg :smiley:

server.cfg (1.4 KB)
Here you go

You are missing this resource async

only edit the order that the main resources must carry

server.cfg (1.5 KB)

set mysql_connection_string "server=localhost;database=essentialmode;userid=username"

Look at it again.

set mysql_connection_string “server=localhost;database=essentialmode;userid=root”

also this set needs to have the credentials to access its database as indicated there

What do you mean by that?
PS: I’m new to server making

your database has some access data so that the server can connect

make sure you’re in:

set mysql_connection_string “server=localhost;database=essentialmode;userid=root”

LOL I’m retarded I had set mysql_connection_string "server=localhost;database=essentialmode;userid=username not set mysql_connection_string "server=localhost;database=essentialmode;userid=root hahaha
But I really appreciate that you helped me

Hahaha we have all had similar cases, I would have appreciated that they had helped me when I did not know
Enjoy :smiley:

everything is written in the docs, you are just lazy to read

You’re right, I did not know at the time