Your PHP site fails to recognize MySQL.
Your PHP site fails to recognize MySQL.
You're facing an issue where the MySQL extension isn't found during the installation of the OpenSource game server admin panel. This could stem from either a PHP version mismatch or a configuration problem on Ubuntu 16.04. Since you're using PHP 7 and have phpmyadmin, ensure your PHP version is compatible with the required extensions. Also, verify that Apache is being recompiled with the MySQL extension included. If you're unsure about PHP code, consider consulting the official documentation or community forums for Ubuntu 16.04 setups.
I ran an apt-cache search and discovered the PHP 7.0-Mysql module for MySQL.
Absolutely, that works just like PHP-MYSQL. Appreciate the assistance!