Hi All,
I am getting this error when I am trying to setup JIRA on a local PC
"This MySQL instance is not properly configured. Please follow the documentation for MySQL 5.7+ setup."
I tried everything in the manual and no progress. In addition, these 2 lines below causes the MySQL servers to stop working after restart.
innodb_large_prefix=ON
innodb_file_format=Barracuda
Note: I foudn the my.ini file on this path: C:\ProgramData\MySQL\MySQL Server 8.0\
I tried 2 connectors but with no luck.
mysql-connector-java-8.0.16
mysql-connector-java-5.1.47
I spent, so far, over 4hours which is a lot for something looked and must be simple!!!
I have latest version of MySQL and JIRA installation.
Any help is appreciated.
Thanks
Hi @Asif AlWaqfi ,
looks like you're using MySQL 8, which is not compatible with Jira. You should install MySQL 5.7 instead.
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Funny how the database type says "MySQL 5.7+". The + implies that it would work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thats right.
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.