SonarQube cannot start with MariaDB 10 - sonarqube

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?

MariaDB is not supported by SonarQube, see requirements.

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

Related

Owncloud install on localhost using XAMPP but cloud not working

enter image description here
Owncloud install on localhost Xampp htdocs file. but right now it showing ownCloud Server does not support Microsoft Windows.
Now am a lite bit confuse what should I do!?
But Owncloud is very clear about that:
Server
Operating System Ubuntu 16.04, Debian 7 and 8, SUSE Linux Enterprise Server 12 and 12 SP1, Red Hat Enterprise Linux/Centos 6.5 and 7
Database MySQL or MariaDB 5.5+, Oracle 11g, PostgreSQL, & SQLite
Web server Apache 2.4 with prefork Multi-Processing Module (MPM) and mod_php
PHP Runtime PHP (5.6+, 7.0, & 7.1)
Look: https://doc.owncloud.org/server/10.0/admin_manual/installation/system_requirements.html

SonarQube is not starting [duplicate]

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?
MariaDB is not supported by SonarQube, see requirements.
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

How to downgrade SonarQube 6.0 to SonarQube 5.6.5 LTS

I am using SonarQube 6.0 on our one of the server1 and wanted to run SonarQube 5.6.5 LTS version on server2 stopping service on Server 2. I was able to run SonarQube 6.0 on Server 2 but when I'm upgrading it to SonarQube 5.6.5 LTS it gives me error - Database was upgraded to a more recent of SonarQube. Backup must probably be restored or db settings are incorrect.
I tried upgrading couple of time and everytime I get same error and again I had to restore my database for SonarQube 6.0. Could anyone know how to resolve this issue. Actually I have followed steps mentioned in the documements as well but didn't not succeed.
Going from 6.0 to 5.6.5 LTS is not an upgrade. It's a downgrade. Your attempts are failing because there is no support for downgrading a database.
If you really want to move to 5.6.5, you'll have to start over with an empty schema.

Error in installing Bugzilla on Windows

I am trying to install Bugzilla 4.2.4 on Windows 7 OS.
I have completed the following steps:
Installation og Apache Server 2.2
Installation of Active perl 5.16
Installation of MySQl 5.6
Installing Perl Modules needed for Bugzilla tool.
After completing the above steps I have run CheckSetup.pl through command prompt.
I am facing the following error after that:
"InnoDB is disabled your MySQL installation. Bugzilla requires InnoDb
to be enabled. Please enable it and then re-runchecksetup.pl".
Can anyone please help in moving further with the installation.
You need to enable InnoDB in my.cnf and restart the service
http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#option_mysqld_innodb

postgres create database; column 'dataconfig' does not exist

I've just installed PgAdmin 8.4 on an OSX Lion 10.7.3 pc with Postgres 9.1 installed.
When I try to add a database, I get an error message:
"Error: column 'dataconfig' does not exist"
Does it mean a mismatch between client and server versions? I couldn't find a later PgAdmin version.
If you mean the pgAdmin version that is bundled with some versions of postgresql 8.4 then that version is to old. It is inspecting the system catalogs to figure out the database lay-out but it doesn't support the 9.1 version of the system catalogue. If you used the one click installer you can use the bundled pgadmin. You can find it in Applications/PostgreSQL 9.1/pgAdmin III.app
Otherwise download the latest from here
Try pgadmin3-1.16.1 - it works. I've tried with many other versions (for example pgadmin3-1.8.3 and pgadmin3-1.16.0), but without success.

Resources