Php Mysqli Extension Is Missing Windows 8

Active2 years, 9 months ago

Installation of extensions on Windows. After installing PHP and a web server on Windows, you will probably want to install some extensions for added functionality. PhpMyAdmin - Error: The mysqli extension is missing. Installing PHP with Apache on Windows Installing MySQL on Windows Installing phpMyAdmin on Windows At this very last step. Php Mysqli Extension Is Missing Windows 10.

I am setting up PHP and MySQL (Maria DB) on Windows 8.1. I edited php.ini file and uncommented the following lines:

But unfortunately I cannot connect to database because there are no pdo drivers shown in phpinfo output. So, when I try to establish database connection, an exception is thrown:

Tempat mp3 pake hp

How can this problem be solved?

Mifeet
9,1413 gold badges38 silver badges85 bronze badges
ArtemArtem
3231 gold badge6 silver badges18 bronze badges

2 Answers

Finaly I managed to settle this stuff. I corrected extension_dir entry (absolute file path was needed) in php.ini file and database connection began to work.

Mysqli Extension Is Missing

Artem

Php Mysqli Extension Is Missing

Artem
3231 gold badge6 silver badges18 bronze badges

Check the extension_dir of your current apache directory, i installed 2 php versions and apache, and the problem was in wampbinapacheApache2.4.23binphp.ini , the path of ext was incorrect

Stark182Stark182

Mysqli Php 7

Not the answer you're looking for? Browse other questions tagged phpmysqlwindowspdo or ask your own question.