Guest User

Untitled

a guest
May 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Connection conn=
  2. DriverManager.getConnection("jdbc:mysql://localhost/memoire","root","");
  3. if (conn!=null)
  4. System.out.println("Connexion à la base de données a été établie avec
  5. succès");
  6. else System.out.println("Problème de connexion à la base");
Add Comment
Please, Sign In to add comment