Detected 1 occurrence(s) of ‘mysql:\/\/': t().executeUpdate(query); } public Connection openConnection() throws SQLException, ClassNotFoundException { if (checkConnection()) { return connection; } connection = DriverManager.getConnection("jdbc:mysql://" + hostname + ":" + port + "/" + database, username, password); return connection; } } Source: http://pastebin.com/raw.php?i=GATuahES
↧