Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarQube cannot start with MariaDB 10

I installed MariaDB with yum in CentOS 7.

SonarQube throws this exception:

org.sonar.api.utils.MessageException: Unsupported mysql version: 5.5. Minimal supported version is 5.6.

When I reinstall MariaDB with version 10, SonarQube still throws the same exception.

How does SonarQube-5.5 detect the MySQL version?

The API of MariaDB 10 is compatible with MySQL 5.6 and CentOS 7 has replaced MySQL with MariaDB.

Why does it not support MariaDB 10?

like image 280
tgf2 Avatar asked May 24 '16 12:05

tgf2


People also ask

Which databases does SonarQube support?

But you can use any one of the supported databases: Oracle, Postgres, SQL Server, and of course MySQL. Once you've checked off the basic requirements, you can move on to installing SonarQube itself.

How do I start SonarQube on Linux?

To start sonar service, you need to use the script in sonarqube bin directory. Step 2: Navigate to the start script directory. Step 3: Start the sonarqube service. Step 4: Check the application status.


1 Answers

MariaDB is not supported by SonarQube, see requirements.

like image 146
Nicolas B. Avatar answered Sep 19 '22 22:09

Nicolas B.