Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: er); System.out.println("Driver O.K."); System.out.println("driver : "+driver); /* this.url = "jdbc:mysql://192.168.2.34:3306/base_inscriptions_site"; this.user = "user_cerf"; this.passwd = "user_cerf"; */ connexion = DriverManager.getConnection(url, user, passwd); System.out.println("Connexion effective !");//test }catch(ClassNotFoundException ce){ System.out.println(ce.getMessage() Detected 1 occurrence(s) of ‘mysql:\/\/’: asswd"); driver = prop.getProperty("driver"); try { Class.forName(driver); System.out.println("Driver O.K."); System.out.println("driver : "+driver); /* this.url = "jdbc:mysql://192.168.2.34:3306/base_inscriptions_site"; this.user […]
↧