Wamp + Pdo Mysql could not find driver

前端 未结 2 1075
说谎
说谎 2021-01-25 17:20

recently i install the Wamp last version in my local computer. Before that i used php in Windows 7 - IIS 7.5. I used PDO mysql and it workd just fine.

try {
             


        
2条回答
  •  后悔当初
    2021-01-25 17:59

    Please check if you are editing on php.ini in the apache servers bin folder (e.g: \apache2.4.18\bin) If you are editing the php.ini in your php folder those changes will not work. Please check your php.ini in your apache\bin to see if you have extension=php_mysql.dll and don't forget to restart the services.

提交回复
热议问题