xxxxxxxxxx
// you can try password = ""
xxxxxxxxxx
Class.forName("com.mysql.jdbc.Driver");
Connection Hello = DriverManager.getConnection("jdbc:mysql://YOUR-URL-HERE", "USERNAME", "PASSWORD");
xxxxxxxxxx
you need set password="" if you want connect to MySQL Xampp