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

    Method 1: set the CLASSPATH variable. export CLASSPATH=".:mysql-connector-java-VERSION.jar" java MyClassFile In the above command, I have set the CLASSPATH to the …

  2. 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, …

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

    Feb 15, 2018 · 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 …

  4. How do I add MySQL Connector/J to a Gradle IntelliJ project?

    Dec 6, 2024 · 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 …

  5. Why do I need a MySQL connector in Java? - Stack Overflow

    Dec 1, 2017 · Always when I want to use a programme that is using a MySQL database, it forces me to install a MySQL connector or mysql-connector-java.jar. Why do I need a MySQL …

  6. Where can I download mysql jdbc jar from? - Stack Overflow

    I installed and tried to use jasper report studio. The first brick wall you hit when you try to create a datasource for your reports is java.lang.ClassNotFoundException: com.mysql.jdbc.Driver The

  7. Use JDBC/Mysql Connector in intellij idea - Stack Overflow

    Jun 5, 2015 · 0 As an Update this will work with mysql:mysql-connector-java:8.0.18 as the other version will generate a new problem and won't connect to the database server.

  8. How can I obtain MySQL Connector Java Maven Dependency

    Apr 26, 2021 · I have downloaded MySQL Workbench for my database, and IntelliJ for the JDBC. However, while watching a tutorial, it was mentioned that I need the MySQL dependency in a …

  9. 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.

  10. DBeaver error resolving maven dependencies - Stack Overflow

    I am trying to connect to a remote MySQL database using DBeaver 3.6.3. But when I try to add the server as a new connection, I need to select a connection type. I select MySQL and as …