Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×2024-12-27 00:30:16,126-0300 JIRA-Bootstrap INFO [c.a.jira.startup.JiraStartupLogger]
___ Starting the JIRA Plugin System _________________
Cannot load JDBC driver class 'com.mysql.cj.jdbc.Driver'
java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver not found from bundle [com.atlassian.plugins.authentication.atlassian-authentication-plugin]
Hi @Mariano
Jira 10.x requires the MySQL 8.x JDBC driver (mysql-connector-java-8.x.x.jar
). Ensure you downloaded a compatible version with MySQL 8.x and Java.
Here is the download URL: https://dev.mysql.com/downloads/connector/j/
Download and copy the .jar
file (e.g., mysql-connector-java-8.0.xx.jar
) to your Jira installation's lib folder (<JIRA_INSTALL_DIR>/lib)
Actually it was the jirauser, did not have all privileges to the DB!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.