try {
Class.forName("com.mysql.jdbc.Driver");
Connection cc = (Connection) DriverManager.getConnection("jdbc:mysql://localhost/registration", "root", "");
...