Jira Unknown system variable 'storage_engine'

Today, I want to study the availability of Jira in project management on a whim, so I installed atlassian-jira-software-7.1.2-jira-7.1.2-x64 on this machine (there are many installation tutorials on the Internet, the steps are still clear)

Always getting error 'Unknown system variable 'storage_engine'' when following steps to configure DB

My local mysql version is 5.7. Seeing that the exception is that Jira cannot recognize the mysql engine, I began to think that the local mysql itself is abnormal, so I can check it by command and confirm that there is no problem

It's a real headache. Searched a lot of information on the Internet and couldn't find a solution.

I had no choice but to go to the JIRA official website to check the information and found that JIRA supports the version of mysql 5.6 at most, and my version is 5.7.

So I wonder if the mysql driver is the driver version I use mysql-connector-java-5.1.8-bin. Go ahead and start surfing. . . .

Seeing an international friend's blog, a clue appeared, he rewrote the driver himself and released it,

Please refer to https://github.com/yurii-github/mysql-connector-j

 

The DB is successfully connected using mysql-connector-java-5.1.39-SNAPSHOT-bin.jar.

 

 

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326369815&siteId=291194637