MySQL_JDBC_Properties1
NetBean 8.0
  • MySQL_JDBC_Properties1
  • String dbURL = "jdbc:mysql://localhost/test?"; String user = "Manas9"; String pwd = "Manas9237"; Properties param = new Properties();
  • connecting MySQL: "test" DB