What is the point in a web database for a gmod server?

JamesApa

New member
Joined
Dec 21, 2010
Messages
1
Reaction score
0
Points
1
I'm trying to make one but it isn't working, so I want to know if it's worth the trouble.

It can never connect to the database. I'm pretty sure I have it all set up properly. I'm using http://www.freesqldatabase.com/ as a database, and its just not working out.

Maybe someone can help me fix it. I also have all those other files like libmySQL.dll and stuff in the right folders. My SQL lua looks like this:

RP_MySQLConfig.EnableMySQL = true
RP_MySQLConfig.Host = "astute.theukhost.net"
RP_MySQLConfig.Username = "sql01_57761"
RP_MySQLConfig.Password = "aaaaaaa"
RP_MySQLConfig.Database_name = "sql01_5776diablo3"
RP_MySQLConfig.Database_port = 3306

I have also tried putting the host as www.freesqldatabase.com but that also did not work. I'm using astute.theukhost.net because it says thats the host name in the admin panel on the freesql site.
 
Back
Top