Hello. I am setting up MySQL for Nexus, and I seem to have a problem. Everytime I run HL2RP (and if someone can reccomend a better gamemode, thank you) it says it failed to connect to the MySQL server. I used the config, imported the tables, and the databases name is “nexus” without the “”. Also if this thread. is in the wrong place, can someone tell me where? I can try to tell you as much information as possible. I would appreciate your help. Thanks to all that consider. :smugdog:
i got the same problem g-unit…
I don’t think it’s MySQL. I think it’s the way we might be setting up the configuration for the Nexus file. I can give the info.
force mysql_characters_table = characters;
force mysql_players_table = players;
force mysql_username = root;
force mysql_password = abc123;
force mysql_database = nexus;
force mysql_host = localhost;
I will change the password. And I changed the username and password in the xampp folder.
Hmm mine looks way different!
Never mind you can close it
The reason being is because I needed the password to be default.
Which was nothing.
So it was
force mysql_characters_table = characters;
force mysql_players_table = players;
force mysql_username = root;
force mysql_password = ;
force mysql_database = nexus_framework;
force mysql_host = localhost;