PHPMyAdmin Windows XAMPP Missing MySQL Extension Issue

后端 未结 4 1458
-上瘾入骨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:38

    If after you've removed the semi-colons you STILL get this error. Your extension_dir value in php.ini may be the problem simply point the value to extension_dir = "C:\php\ext" (or wherever you store your php modules), restart your server and you should be fine.

提交回复
热议问题