[HELP] [MySQL] An error happens on MySQL for query

Hello, i need some help with this error please !!

You’ve not set up your mysql connection string in server.cfg properly or your mysql server is not running.

that?

that’s correct. That line is telling the server what to connect to for mysql duties.

And whats wrong? can i fix it?

Only you can tell what’s wrong with that information as none of us have the login information for your mysql server. Make sure host, port, username and password is correct for your particular situation.

ok, but i dont know how to look the port and the pass

How did you install your MySQL server?

install?

wow, i did it by a web

im installing it now

ohh, i did it via xampp

Usually when people install via XAMPP with no clue as to what they’re doing, port is default, user is root and password is blank. If that’s your case, then your connection string would look like this:

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

ill try it

same error

Then the information that I guessed because only you can know what your information is was incorrect. Learn about your mysql setup, make sure the mysql server is running and you’ll be all set.

ohh, now i have this error

You didn’t run the sql for the resources. Find the .sql files in your resources and import those files into your database.