About 174,000 results
Open links in new tab
  1. Connect Java to a MySQL database - Stack Overflow

    In the above command, I have set the CLASSPATH to the current folder and mysql-connector-java-VERSION.jar file. So when the java MyClassFile command executed, java application …

  2. java - how to install JDBC and how to use it to connect to mysql ...

    Jul 7, 2010 · If you're using java.exe, then you need to specify its path in -cp argument. The path should be either absolute, e.g. c:/path/to/mysql-connector.jar or relative to current working …

  3. java - How do I add MySQL Connector/J to a Gradle IntelliJ project ...

    Dec 6, 2024 · 0 I'm trying to create a Gradle project using IntelliJ 2024.3 and MySQL Connector/J 8.4.0, but every attempt (save one) fails at runtime with a ClassNotFound exception. I …

  4. Dependency 'mysql:mysql-connector-java:' not found

    Apr 14, 2023 · Dependency issue with 'mysql:mysql-connector-java' discussed, seeking solutions and troubleshooting tips for resolving the problem effectively.

  5. Conectar java con mysql - Stack Overflow en español

    Feb 15, 2018 · 10 Para conectar Java con MySQL es fácil, solo tienes que seguir unos sencillos pasos. Paso 1. Necesitas el JDBC driver de MySQL. Puedes descargarlo en el siguiente …

  6. How can I obtain MySQL Connector Java Maven Dependency

    Apr 26, 2021 · To connect to a MySQL database server from a Java app, you need a JDBC driver. The MySQL Connector/J product is one such JDBC driver. You can obtain MySQL …

  7. mysql-connector-j vs mysql-connector-java maven dependency …

    May 22, 2023 · The coordinates of the MySQL JDBC driver have changed from mysql:mysql-connector-java to com.mysql:mysql-connector-j. If you are using the MySQL JDBC driver, …

  8. java.lang.ClassNotFoundException: com.mysql.jdbc.Driver …

    You can find zip for mysql-connector here Explanation: When building the project, java throws you an exception because a file (the com.mysql.jdbc.Driver class) from the mysql connectivity …

  9. How to connect Spring Boot Application with MySQL database?

    Jan 23, 2019 · I am new at spring framework, I want to connect my MySQL database which located in localhost with spring boot application.

  10. Spring boot 2.7 'dependencies.dependency.version' for …

    Jan 12, 2024 · Spring boot 2.7 'dependencies.dependency.version' for com.mysql:mysql-connector-j:jar Asked 1 year, 10 months ago Modified 1 year ago Viewed 2k times