Basically, our Dedi has stopped connecting to the MySQL database on NFO. This is what they say should fix it. I have the "Allow external connections" box ticked.
The SQL query I ran is this:
Code: Select all
GRANT ALL ON n00b101_sb.* TO 'n00b101'@'66.151.138.180'
Code: Select all
#1044 - Access denied for user 'n00b101'@'localhost' to database 'n00b101_sb'
Code: Select all
"sourcebans"
{
"driver" "mysql"
"host" "208.146.35.1"
"database" "n00b101_sb"
"user" "n00b101"
"pass" "**"
//"timeout" "0"
"port" "3306"
}
