कनेक्टर को यहां से डाउनलोड करें . इसे अपने क्लासपाथ और कोड में जोड़ें:
// This will load the MySQL driver, each DB has its own driver
Class.forName("com.mysql.jdbc.Driver");
// Setup the connection with the DB
connect = DriverManager
.getConnection("jdbc:mysql://remoteUri/database-name?"
+ "user=user&password=userpw");