Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Class.forName("com.mysql.jdbc.Driver");
  2. String connectionString = "jdbc:mysql://localhost:3306/BD";
  3. Connection connection = DriverManager.getConnection(connectionString, "root", "password");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement