Php Mysqli Extension Is Missing Windows 8
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:
How can this problem be solved?
Mifeet2 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
ArtemPhp Mysqli Extension Is Missing
ArtemCheck 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