bigbrother plugin help

Discussion in 'Bukkit Help' started by bigbass1997, Mar 13, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    bigbass1997

    ok i already tried using all the documentation that the forum bigbrother gives me and iv tried installing this plugin 5 times and every time i try it this error pops up when i start the server:
    2011-03-13 23:20:49 [SEVERE] [BBROTHER] Error getting a connection, disabling BigBrother...
    java.sql.SQLException: Access denied for user 'minecraft'@'localhost' (using password: YES)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:910)
    at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3923)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1273)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2031)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:77)
    at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:41)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at me.taylorkelly.bigbrother.datasource.ConnectionManager.getConnection(ConnectionManager.java:20)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:104)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-13 23:20:49 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother

    i dont know why this is happening. i might have done the MySQL editing thing wrong or something but iv tried this 5 times and cant get it to work. "IM MAD!"
    my current craft bukkit version is 550
    can some one please help me?
    also the instructions the forum post gives me is very confusing.
     
  2. Offline

    ManBearWaffle

    1. Check the name of your database
    2. Make sure you're entering the username and password in the right order. The password is on top.
     
  3. Offline

    bigbass1997

    i have no idea if i did. this is the most confusing thing iv ever done in my life.
     
  4. Offline

    TnT

    Try using SQLite instead - its much less confusing than trying to install a full blown SQL server (MySQL) and configure that properly. If you still struggle, you may want to re-evaluate using BigBrother.
     
Thread Status:
Not open for further replies.

Share This Page