hello
when I start my server I get this error:
https://pastebin.com/5dGnucDE
can someone help me please im using the esx base from this forum can’t fix it alone :c
Set up your MySQL connection properly.
Have you set up a database ?
Try looking at this:
I got an database
i will Check it now if I made something wrong
After I updated everything and made everything new I get these errors
https://pastebin.com/c3rx6L7T
Your connection to the database isn’t set up properly.
Try adding a password to your MySQL by running this command in your database query:
SET PASSWORD FOR 'tom'@'localhost' = PASSWORD('foobar');
(Change ‘tom’ to your login username, and (‘foobar’) to whatever password you want for that username)
After you’ve added a password successfully you now need to add the connection details into your server.cfg using your login username, the password you just changed for that username, the database’s name (essentialmode if you followed the guide I’ve sent you) and the database’s IP (if on your computer then it’s localhost)
Here’s an example of how it’s done in my server.cfg -
set mysql_connection_string "server=localhost;uid=root;password=123456;database=essentialmode"
HEADS UP -
Your username is most likely named ‘root’, so change the password by feeding the command I sent you into your phpMyAdmin accordingly.
Good luck!
i also created a new user in phpmyadmin and now there comes this error
[ERROR] ER_ACCESS_DENIED_ERROR: Access denied for user ‘gamble’@‘localhost’ (using password: YES)
Why create a new user? set a password for ‘root’ through the query and log in with those details to test it on HeidiSQL or whatever program you use to access your SQL database.
because my first user had a password
Fixed it thanks for help
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.