View Single Post
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 04-09-2008 , 09:07   Re: Map Rate
Reply With Quote #24

Getting this message on plugin load:

14:06:06 [maprate.smx] Error establishing database connection: [2003]: Can't connect to MySQL server on 'localhost' (10061)
14:06:06 [maprate.smx] FATAL: An error occurred while connecting to the database.
14:06:06 [SM] Plugin encountered error 25: Call was aborted
14:06:06 [SM] Native "SetFailState" reported: An error occurred while connecting to the database.
14:06:06 [SM] Displaying call stack trace for plugin "maprate.smx":
14:06:06 [SM] [0] Line 70, /home/groups/alliedmodders/forums/files/3/6/0/2/6/25406.attach::OnPluginStart()
14:06:06 [SM] Plugin Map Rate reloaded successfully.

Ive not made any modificications to databases.cfg

"Databases"
{


"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
Nolongerinthegame is offline