[Bukkit] [Big Brother] [SEVERE] [BBROTHER] Could not establish SQL connection.

Kenairod

Aventurier
2 Mars 2011
21
0
1
29
Montpellier
Bonjour, je viens d'installer bukkit et j'ai voulu essayer le plugin bigbrother, mais après avoir installé mysql et phpmyadmin et avoir créer un compte pour BB ça me marque toujours cette erreur : [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother

Voici mon BigBrother.properties :
Code:
MySQL = true   #If true, uses MySQL. If false, uses Sqlite
stickItem = 280   #The item used for /bb stick
mysqlDB = jdbc:mysql://localhost:3306/BigBrother_mc   #DB for MySQL (if applicable)
engine = INNODB   #Engine for the Database (INNODB is recommended)
autoWatch = true   #Automatically start watching players
defaultSearchRadius = 2   #Default search radius for bbhere and bbfind
restoreFire = false   #Restore fire when rolling back
flatFileLogs = false   #If true, will also log actions to .logs (one for each player)
mysqlPass = ****   #Password for MySQL db (if applicable)
mysqlUser = BigBrother_mc   #Username for MySQL db (if applicable)
maxRecords = 10000000   #The maximum number of records that you want in your database (-1 to disable)
cleanseAge = 1d12h   #The maximum age of items in the database (can be mixture of #d,h,m,s) (0s to disable)
sendDelay = 4   #Delay in seconds to batch send updates to database (4-5 recommended)

Je n'ai pas ouvert le port 3306 de ma box, est-ce utile, vue qu'il se connecte à lui-même ?
Merci de vos réponse, je vais en attendant essayer d'installer Permissions :)