php71 to mariadb 5.5.56
I have php71 install on rel 7.4 with 5.5.56-MariaDB MariaDB Server
I am trying to configure php71 to connet to Mariadb.
mysql_select_db($dbname, $connection);
does not work
Here is out php info:
http://tritechsc.ksd.org/test.php
additionally
phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
Responses
Craig,
What error are you getting in your logs when you say "does not work"?
Have you confirmed mariadb is up and running? Have you confirmed that you can connect to maraidb without using PHP (from the shell) first?
-edit-
To fix your mbstring issue, install the following package:
rh-php71-php-mbstring
Why are you using a Beta channel for rhscl?
The package is in rhscl (Red Hat Software Collections), link to package information here.
https://access.redhat.com/downloads/content/rhel---7.4/x86_64/4061/rh-php71-php-mbstring/7.1.8-1.el7/x86_64/fd431d51/package
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
