- Check if your php.ini has the mysqli enabled
$ php --ini | grep “Configuration File” // To see the correct file to check
-
Change the driver on your config.inc.php
-
Restart apache2
$ systemctl restart apache2
$ php --ini | grep “Configuration File” // To see the correct file to check
Change the driver on your config.inc.php
Restart apache2
$ systemctl restart apache2