How to Enable MySQLi Extension ON PHP

Arch
Arch
33.5 هزار بار بازدید - 4 سال پیش - If you see Mysqli extension
If you see Mysqli extension is missing. please check your PHP configuration error in your PHPmyadmin homepage then perform the below actions

sudo geany  /etc/php/php.ini
(  uncomment (  extension=mysqli

then restart apache2
for ubuntu
sudo service apache2 restart

for arch linux
systemctl restart httpd.service


MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. There are three main API options when considering connecting to a MySQL database server: PHP's MySQL Extension. PHP's MySQLi Extension. PHP Data Objects (PDO)
4 سال پیش در تاریخ 1399/08/20 منتشر شده است.
33,576 بـار بازدید شده
... بیشتر