Detected 1 occurrence(s) of ‘mysql:\/\/': public class MySQL { public static Connection con; public static Connection connect(String host, int port, String database, String user, String password){ try{ con = DriverManager.getConnection("jdbc:mysql://"+host+":"+port+"/"+database+"?autoReconnect=true",user,password); Bukkit.getConsoleSender().sendMessage("§aMySQL Is now connected with all servers."); } catch(SQLException e){ e.printStackTrace(); Bukkit.getConsoleSender().sendMessage("§cMy Source: http://pastebin.com/raw.php?i=g4eUCr8H
↧