F5F Stay Refreshed Software Operating Systems Your PHP site fails to recognize MySQL.

Your PHP site fails to recognize MySQL.

Your PHP site fails to recognize MySQL.

L
Lordyouyou
Member
167
01-08-2016, 10:34 PM
#1
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.
L
Lordyouyou
01-08-2016, 10:34 PM #1

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.

W
walee123
Senior Member
737
01-09-2016, 06:09 AM
#2
You might be using an incorrect Apache or PHP module for MySQL. Have you installed php-mysql?
W
walee123
01-09-2016, 06:09 AM #2

You might be using an incorrect Apache or PHP module for MySQL. Have you installed php-mysql?

L
LetiqPvP
Member
52
01-15-2016, 05:52 AM
#3
Yes, I have PHP-MySQL installed.
L
LetiqPvP
01-15-2016, 05:52 AM #3

Yes, I have PHP-MySQL installed.

R
Raulcarq1
Member
73
02-02-2016, 02:20 PM
#4
PHP 7 now skips the MySQL extension and relies on PDO or MySQLi. (Source: Stack Overflow)
R
Raulcarq1
02-02-2016, 02:20 PM #4

PHP 7 now skips the MySQL extension and relies on PDO or MySQLi. (Source: Stack Overflow)

G
gavin_shaka
Senior Member
535
02-13-2016, 11:11 AM
#5
I ran an apt-cache search and discovered the PHP 7.0-Mysql module for MySQL.
G
gavin_shaka
02-13-2016, 11:11 AM #5

I ran an apt-cache search and discovered the PHP 7.0-Mysql module for MySQL.

O
orenavigator
Member
194
02-13-2016, 06:47 PM
#6
Absolutely, that works just like PHP-MYSQL. Appreciate the assistance!
O
orenavigator
02-13-2016, 06:47 PM #6

Absolutely, that works just like PHP-MYSQL. Appreciate the assistance!

J
JavaCatX
Member
99
02-27-2016, 09:05 AM
#7
Updated installation process for PHP 5.6
J
JavaCatX
02-27-2016, 09:05 AM #7

Updated installation process for PHP 5.6