GMOD MySQL [HELP!]

Post Reply
Alpha12
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 20, 2016 12:35 pm

GMOD MySQL [HELP!]

Post by Alpha12 »

I do feel stupid about this, but how/where do I find out MYSQL information. This is the format.

// Simply edit the values below and stick to the format of the example.

[MySQL]
force mysql_characters_table = ;
force mysql_players_table = ;
force mysql_username = ;
force mysql_password = ;
force mysql_database = ;
force mysql_host = ;
Trippst3r
New to forums
New to forums
Posts: 3
Joined: Sun May 08, 2016 10:13 pm

Re: GMOD MySQL [HELP!]

Post by Trippst3r »

Assuming you're using NFO for web hosting, you can go to this link -- https://www.nfoservers.com/control/databases.pl -- and your MySQL username and password will be provided. You have to create the database (you can name it what you choose). The host is your website's domain. Let me give you an example config.

[MySQL]
force mysql_characters_table = characters;
// I just filled in the default name for the table
force mysql_players_table = players; // Same as above
force mysql_username = NFOidentifier;
force mysql_password = SQLpassword;
force mysql_database = mysite_sql;
force mysql_host = mysite.site.nfoservers.com;


I hope this helps. Add me on Steam if you need more help. http://steamcommunity.com/id/trippst3r
Post Reply