SonarQube cannot start with MariaDB 10

后端 未结 2 1779
天涯浪人
天涯浪人 2021-01-13 06:29

I installed MariaDB with yum in CentOS 7.

SonarQube throws this exception:

org.sonar.api.utils.MessageException: Unsupported mysql version: 5.5. Mini         


        
相关标签:
2条回答
  • 2021-01-13 06:44

    MariaDB is not supported by SonarQube, see requirements.

    0 讨论(0)
  • 2021-01-13 06:48

    Like Nicolas said, MariaDB is not supported by SonarQube - still in v7.

    The Solution to run SonarQube in combination with XAMPP is to change the database from MariaDB to MySQL. Here you'll find the steps for changing it:

    https://gist.github.com/odan/c799417460470c3776ffa8adce57eece

    0 讨论(0)
提交回复
热议问题