Advertisement
Guest User

Untitled

a guest
Jan 28th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. 2012-01-29 04:42:56 [INFO] Error while dumping log. Make sure your MySQL user has access to the LogBlock folder, or disable clearlog.dumpDeletedLog
  2. 2012-01-29 04:42:56 [SEVERE] [LogBlock ClearLog] Exception while dumping log:
  3. java.sql.SQLException: Access denied for user 'mcd_LBuser'@'localhost' (using password: YES)
  4. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  5. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  6. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  7. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  8. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  9. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  10. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  11. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
  12. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
  13. at de.diddiz.LogBlock.CommandsHandler$CommandClearLog.run(CommandsHandler.java:720)
  14. at de.diddiz.LogBlock.CommandsHandler$AbstractCommand.<init>(CommandsHandler.java:371)
  15. at de.diddiz.LogBlock.CommandsHandler$CommandClearLog.<init>(CommandsHandler.java:686)
  16. at de.diddiz.LogBlock.AutoClearLog.run(AutoClearLog.java:24)
  17. at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
  18. at java.lang.Thread.run(Thread.java:636)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement