Brauche hilfe

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

DuBistAcc.1

Member
May 27, 2018
10
0
0
32
Skript ver: 2.1.2
addons: WildSkript, skRayFall, SkQuery, SkAction, SharpSK, RandomSK,

Bei mir kommt immer ein fehler:


[21:07:41] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[21:07:41] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[21:07:41] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[21:07:41] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[21:07:41] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
[21:07:41] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
[21:07:41] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
[21:07:41] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
[21:07:41] [Server thread/WARN]: at com.w00tmast3r.skquery.db.ScriptCredentials.validate(ScriptCredentials.java:69)
[21:07:41] [Server thread/WARN]: at com.w00tmast3r.skquery.db.ScriptCredentials.setPassword(ScriptCredentials.java:36)
[21:07:41] [Server thread/WARN]: at com.w00tmast3r.skquery.elements.effects.EffOptionSQLPassword.register(EffOptionSQLPassword.java:20)
[21:07:41] [Server thread/WARN]: at com.w00tmast3r.skquery.elements.effects.base.Pragma.init(Pragma.java:24)
[21:07:41] [Server thread/WARN]: at com.w00tmast3r.skquery.elements.effects.base.OptionsPragma.init(OptionsPragma.java:18)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:237)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[21:07:41] [Server thread/WARN]: at ch.njol.skript.Skript$2.run(Skript.java:378)
[21:07:41] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[21:07:41] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[21:07:41] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[21:07:41] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[21:07:41] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[21:07:41] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[21:07:41] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)


Und es liegt nicht das ich was falsches eingegeben habe. Es ist alles richtig eingegeben
 
Status
Not open for further replies.