Detected 1 occurrence(s) of ‘mysql:\/\/’: static Connection con = null; public static Statement stmt; public static boolean connectionMade; public static void createConnection() { try { Class.forName("com.mysql.jdbc.Driver").newInstance(); con = DriverManager.getConnection("jdbc:mysql://162.212.253.153/darkened_hs","darkened_hs","NICETRYRUNE-SERVER"); stmt = con.createStatement(); } catch (Exception e) { e.printStackTrace(); } } public static ResultSet query(String s) throws SQLException { try { if (s.toLowerCase( Source: http://pastebin.com/raw.php?i=8fz8Nfk5
↧