wamp cannot load mysqli extension

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

    I had path variable in windows set to some random version of php.

    The fix was to update it and set it to the folder within my wampserver installation:

    C:\wamp64\bin\php\php5.6.38
    

    Then I realized this is wrong also for my specific case, and I should actually be running the script from within vagrant. Live and learn.

提交回复
热议问题