Detected 2 occurrence(s) of ‘mysql:\/\/’: c void connection() { try { String pilote = "com.mysql.jdbc.Driver"; System.out.println("Loading Driver..."); Class.forName(pilote); System.out.println("Driver loaded!"); Connection connexion = DriverManager.getConnection("jdbc:mysql://sql-users.ece.fr:3305/adonis","adonis-rw","aiyOvSFB"); System.out.println("good :D connected"); Statement state = connexion.createStatement(); result.close(); //Fermeture state.close(); } catch (Exception e) //En cas d' Source: http://pastebin.com/raw.php?i=khcRCQDZ
↧