



now do whatever you want to do with the connection String url = "jdbc:mysql://THE_HOST/THE_DATABASE" Ĭonnection = DriverManager.getConnection(url,"THE_USER", "THE_PASSWORD") If it helps to see the Driver and URL connection strings in a sample application, here's a little Java example that shows how to use the MySQL JDBC Driver and URL to establish a database connection: MySQL JDBC Driver and URL connection example The basic MySQL JDBC Driver and Java MySQL URL information you need is shown here: Here's a quick post to help anyone that needs a quick MySQL JDBC Driver and URL reference.

Java MySQL Driver FAQ: Can you share a Java/MySQL JDBC Driver and URL example, i.e., how to connect to MySQL in Java?
