wamp cannot load mysqli extension

前端 未结 18 2255
悲哀的现实
悲哀的现实 2021-01-11 10:16

WAMP installed fine, no problems, BUT...

When going to phpMyAdmin, I get the error from phpMyAdmin as follows:

Cannot load mysqli extension. Please c         


        
18条回答
  •  情歌与酒
    2021-01-11 10:31

    in wampserver go to php.ini. open the file and uncomment extension=msql.dll by removing semicolon(;) for respective operating sytem.

提交回复
热议问题