URGENT! MySQL stuff

Status
Not open for further replies.

ongrpx10

New Member
Messages
3
Reaction score
0
Points
1
I'm using MySQL that comes with the free package for an HL2RP server on garry's mod. The config file asks for mysql_host, which I do not have or cannot find. What could it be?
Regards,
VeraxonHD
Code:
[MySQL]
force mysql_characters_table = characters;
force mysql_players_table = players;
force mysql_username = <myusername>;
force mysql_password = <mypassword>;
force mysql_database = <mydbadress>;
force mysql_host = <UNKNOWN>;
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
SQL_HOST ==> [ localhost ]

Note: x10hosting's free-hosting accounts do not have remote MySQL database access (both incoming and outgoing from the account)
 

ongrpx10

New Member
Messages
3
Reaction score
0
Points
1
SQL_HOST ==> [ localhost ]

Note: x10hosting's free-hosting accounts do not have remote MySQL database access (both incoming and outgoing from the account)
Thanks for your quick answer, but the message the console is
Code:
[Clockwork]:: Database - Can't connect to mySQL server on 127.0.0.1 (10061)

All of my other credentials are correct to my understanding, so I am not sure what is going on.
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Just wondering, but isn't this considered a gaming script?
 

ongrpx10

New Member
Messages
3
Reaction score
0
Points
1
Alright, somehow I replaced the file and it now works. So, solved randomly I guess. Sorry x)
 
Status
Not open for further replies.
Top