Add your thoughts here… (optional)
Here is an example to show how to connect to MySQL database in Java.
First things first. If you are using Maven, please add the MySQL dependency in your pom.xml file. The dependency looks like this:
If you are NOT using Maven, you need to download the MySQL JDBC driver. The driver can be found here. The download contains a JAR file which you need to add to your classpath.
That is it! Here is the code to connect to MySQL database in Java:
2 comentarios en “MySQL Connection in Java”