I need help because I get a big error every time I start my server!
Send your Server.cfg 
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 
everything is written in the docs, you are just lazy to read
You’re right, I did not know at the time

