wamp cannot load mysqli extension

前端 未结 18 2229
悲哀的现实
悲哀的现实 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:35

    I had this problem and spent 2 hours trying all the solutions online, none worked.

    Tried this, and it woked:

    Change

    mysql.default_host =

    to

    mysql.default_host = localhost

    and restart WAMP. pay attention if you are using mysqli or not.

提交回复
热议问题