Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: static void main(String[] args) { try { Class.forName("com.mysql.jdbc.Driver"); System.out.println("Driver O.K."); String url = "jdbc:mysql://mysql.iutrs.unistra.fr:3306/mogeBDD"; String user = "moge"; String passwd = "wpd8v2he"; conn = DriverManager.getConnection(url, user, passwd); System.out.println("Connexion effective !"); Event monEvent = new Event("Mon Event de folie !", new Date()); insert(monEvent, conn); //load(monEvent); //update(mo Detected 1 occurrence(s) of ‘mysql:\/\/': […]
↧