I need help because I get a big error every time I start my server!
Lundka
3
server.cfg (1.4 KB)
Here you go
Calipo
4
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.
Calipo
6
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
Lundka
7
What do you mean by that?
PS: I’m new to server making
Calipo
8
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”
Lundka
9
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
Calipo
10
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
Calipo
12
You’re right, I did not know at the time