Robert Moskowitz
2017-Feb-21 16:02 UTC
[CentOS] Centos 7 with Postfixadmin, what provides php5-mysql
I am building a Centos7 mailserver to replace my Centos6 server. This means moving to Apache 2.4 and MariaDB, so I am finding a number of changes from my notes. I now have MariaDB running with the databases created and Apache running. I try accessing postfixadmin and get: DEBUG INFORMATION: MySQL 4.1 functions not available! (php5-mysqli installed?) database_type = 'mysqli' in config.inc.php, are you using a different database? Please check the documentation and website for more information. ================ mysqli is what the config.inc.php says to use for // mysqli = MySQL 4.1+ or MariaDB I installed httpd mod_ssl php mariadb-server Thanks for any help on this.
Robert Moskowitz
2017-Feb-21 18:38 UTC
[CentOS] Solved - Re: Centos 7 with Postfixadmin, what provides php5-mysql
My old notes had dropped the obvious of php-mysql. Oops. On 02/21/2017 11:02 AM, Robert Moskowitz wrote:> I am building a Centos7 mailserver to replace my Centos6 server. > > This means moving to Apache 2.4 and MariaDB, so I am finding a number > of changes from my notes. > > I now have MariaDB running with the databases created and Apache > running. I try accessing postfixadmin and get: > > DEBUG INFORMATION: > MySQL 4.1 functions not available! (php5-mysqli installed?) > database_type = 'mysqli' in config.inc.php, are you using a different > database? > > Please check the documentation and website for more information. > > ================> > mysqli is what the config.inc.php says to use for > // mysqli = MySQL 4.1+ or MariaDB > > I installed httpd mod_ssl php mariadb-server > > Thanks for any help on this. > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >