View Single Post
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 03-06-2012 , 20:22   Re: SSMS - Sourcemod Server Management System
Reply With Quote #116

"dbadminlog"
{
"driver" "mysql"
"host" "localhost"
"database" "ssms"
"user" "root"
"pass" "passwd"
//"timeout" "0"
"port" "3306"
}
"crashlogger"
{
"driver" "mysql"
"host" "localhost"
"database" "ssms"
"user" "root"
"pass" "passwd"
//"timeout" "0"
"port" "3306"
}


like these?
All db is same db? (ssms is my db for this system)
or I need database for that one by one?
(including serverstatus.php's database)
jungjunghoo is offline