@ashaw Are you running php-mysql or php-mysqlnd?
If running mysql you must switch to mysqlnd
Example if running php 7.2 in Centos:
yum swap php72w-mysql php72w-mysqlnd
@ashaw Are you running php-mysql or php-mysqlnd?
If running mysql you must switch to mysqlnd
Example if running php 7.2 in Centos:
yum swap php72w-mysql php72w-mysqlnd