Post-installation check failed + warning message

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
victorbug
Posts: 3
Joined: 04 Apr 2017, 21:04

Post-installation check failed + warning message

Post by victorbug »

Hi,

After logging in to my administrator account and changing the password, I ran the post-installation check

/admin/check/index.php

and it failed with the following message:

Can open connection to database bugtracker on host localhost with username root FAIL
SYSTEM WARNING: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50550 Library:100122
Raised in file /var/www/html/mantisbt/library/adodb/drivers/adodb-mysqli.inc.php on line 124

The password is that I used at installation is the same one the I used when installing MariaDB. These credentials open up nicely in phpMyAdmin, from which I can actually see the bugtracker database and the tree structure detailing the parameters. This password and the user name 'root' are stored in the '/var/www/html/mantisbt/config/config_inc.php' file.

I am using
Centos7
Mantis BT 2.2.1
php and php-mysql 5.4.16-42
MariaDB 10.1.22
phpMyAdmin 4.6.6

There is also the following warning message:

MySQL Lifecycle and Release Support data availability
Release information for MySQL 10.1 series is not available, unable to perform the lifecycle checks.

Will someone please help me fix the failure and advise me how to manage the warning.

Thanks.
Post Reply