PHPMyAdmin Windows XAMPP Missing MySQL Extension Issue

后端 未结 4 1465
-上瘾入骨i
-上瘾入骨i 2020-12-18 06:35

I\'ve tried install Apache, PHP, MySQL, and PHPMyAdmin manually and got the error. Then tried XAMPP and still got the error this error with PHPMyAdmin:

The m         


        
4条回答
  •  余生分开走
    2020-12-18 06:58

    Just add this to your php.ini

    extension= php_mysqli.dll
    

    and stop and start apache and MySQL it will work.

提交回复
热议问题