PHP doesn't see mysql extension

前端 未结 5 576
猫巷女王i
猫巷女王i 2021-01-02 03:37

I\'m at a loss. I\'m on WIndows 7 and have installed both Apache 2.2.21 and PHP 5.2.17. I can not enable the mysql module. Is there a known issue on Windows 7?

I\

5条回答
  •  北海茫月
    2021-01-02 04:18

    Have you tried putting php_mysql.dll in C:\windows\system32 directory? If you place the file there, restart your webserver and the module is loaded, then it could mean an environment variable issue, or an old version of php_mysql.dll is preventing the new one from being loaded properly.

提交回复
热议问题