View Single Post
Maxis010
Senior Member
Join Date: Jun 2009
Old 08-29-2009 , 17:55   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #106

Quote:
Originally Posted by |-BGZ-| RICH@RD View Post
Okay my final problem is that I see this error message in my servers consol:

[sm_rename.smx] Database failure: [2005]: Unknown MySQL server host 'myname.powwebmysql.com'So people that get gagged are not being uploaded to the mysql database.

I have verified that the information in my sourcemod/configs/databases.cfg is correct for the comms portion. (Pasted below with incorrect log/pass)

"commsdb"
{
"driver" "mysql"
"host" "myname.powwebmysql.com"
"database" "345ksdfhjk"
"user" "bgzsilence"
"pass" "t2esdsfs33"
//"timeout" "0"
"port" "3306"
}

Also when I look at my error logs, I see this:




Any ideas?
If it's not recognising your current DB host that could be one off the following

1. Your details are incorrect (I know those are fake) so double check them for even a 1 character mistake
2. Your MySQL host could be blocking the external connections (happened to me at first), you could try switching to FreeMySQL.net as I know they allow connections from TF2 Game servers since that's where I'm storing my mutes, gags and renames
Maxis010 is offline