MySQL trouble #12


  • Bug/Error
Open
  • alexca31 created this issue Mar 15, 2023

    I need help. I did everything according to the instructions, I log in to the db with this username and password.
    But the server is not connecting

     
    [21:51:50] [Server thread/INFO] [/]: [AmkMcAuth] Connecting to MySQL database system:←[m
    [21:51:50] [Server thread/INFO] [/]: [AmkMcAuth] using host: 127.0.0.1 port: 3306, database: AmkMcData, userid: AmkMcUser←[m
    [21:51:50] [Server thread/WARN] [/]: java.sql.SQLException: No suitable driver found for jdbc:mysql://aricubes.ru:3306/AmkMcData?useSSL=true
    [21:51:50] [Server thread/WARN] [/]:    at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706)
    [21:51:50] [Server thread/WARN] [/]:    at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:229)
    [21:51:50] [Server thread/WARN] [/]:    at com.mooo.amksoft.amkmcauth.tools.MySQL.connect(MySQL.java:58)
    [21:51:50] [Server thread/WARN] [/]:    at com.mooo.amksoft.amkmcauth.AmkMcAuth.onEnable(AmkMcAuth.java:326)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:415)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:477)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:348)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:447)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:358)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:252)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:841)
    [21:51:50] [Server thread/WARN] [/]:    at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:257)
    [21:51:50] [Server thread/WARN] [/]:    at java.base/java.lang.Thread.run(Thread.java:833)
    [21:51:50] [Server thread/INFO] [/]: [AmkMcAuth] ---------------------------------------------------------------←[m
    [21:51:50] [Server thread/INFO] [/]: [AmkMcAuth] USAGE OF MySQL DISABLED (CONNECTION OR TABLES SETUP FAILED)!!!!←[m
    [21:51:50] [Server thread/INFO] [/]: [AmkMcAuth] ---------------------------------------------------------------←[m

     

  • alexca31 added a tag Bug/Error Mar 15, 2023
  • alexca31 edited description Mar 15, 2023

To post a comment, please login or register a new account.