Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. try {
  2. Connection myconnection = DriverManager.getConnection("jdbc:mysql://localhost:3306/bibliotheque","root","");
  3. }
  4. catch (Exception exc) {
  5. exc.printStackTrace();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement