Detected 1 occurrence(s) of ‘mysql:\/\/': return connection; else connection.close(); try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException ex) { ex.printStackTrace(); } connection = DriverManager.getConnection("jdbc:mysql://<db server ip>:3306/<db name>", "<user>", "<pass>"); return connection; } } Source: http://pastebin.com/raw.php?i=5Qa60FnX
↧