PHPMyAdmin Windows XAMPP Missing MySQL Extension Issue

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

    I had this issue for the longest time on Xampp 7.4

    I had already uncommented the line, however, what helped changing the

    extension=php_mysql
    

    to

     extension=php_mysql.dll
    

提交回复
热议问题