How to Enable MySQLi Extension ON PHP

preview_player
Показать описание
If you see Mysqli extension is missing. please check your PHP configuration error in your PHPmyadmin homepage then perform the below actions

( uncomment ( extension=mysqli

then restart apache2
for ubuntu
sudo service apache2 restart

for arch linux

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)
Рекомендации по теме
Комментарии
Автор

Thanks a lot my friend, you helped a brazillian guy here!!

samuelpaes
Автор

I have done everything but still the same

xeroxavier
Автор

how can i enable the mysqli extension in php 8.2 of centos 8? please hel me

dorian
Автор

'sudo' is not recognized as an internal or external command,
operable program or batch file." Could you please help me with this? I shall be very thankful to you!

devyadav
Автор

can you make a tutorial where i can find the php admin configuration i cant fix the problem please i need your help right now

cassandraq.obugan