|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
"Databases"
{
"driver_default" "mysql"
"sourcebans"
{
"driver" "mysql"
"host" "localhost" // The host where your mysql server is located
"database" "XXX_bans" // The name of the database
"user" "XXX" // The name of the user that the plugin should use to connect
"pass" "XXX" // The password for this user
}
}
|

|
|
Quellcode |
1 2 |
L 05/17/2009 - 21:35:31: [sourcebans.smx] PrepareBan() L 05/17/2009 - 21:35:31: [sourcebans.smx] Verify Insert Query Failed: Column 'aid' cannot be null |
Zitat von »"Mattner"«
L 05/17/2009 - 16:18:35: [sourcebans.smx] Database failure: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)