TA的每日心情 | 慵懒 昨天 12:03 |
---|
签到天数: 3637 天 连续签到: 89 天 [LV.Master]测试大本营
|
这些问题,你可以直接去网上搜索,下面的就是我在google搜索到的,你看看是否能解决。
另外,这里是免费的bbs,大家都是网友,没有谁从这里拿钱,做的都是义务的工作,没有人欠你什么。别人知道了,可以回答你,也可以不回答,以本人自愿为原则。
很不喜欢你的态度。
网上找到的一些解答。
Hi,
I was in the same case as you, but with Apache.
I solve it due to the PHP cannot load MySQL module extention if the PHP installed as module for Apache.
So, I setup the PHP as CGI for Apache. See the "Install.txt" in PHP folder.
In the php.ini file you need to change : extension_dir = "./" to something like extension_dir = "c:/php/ext" where the php_mysql.dll reside. Or you can copy the php_mysql.dll into c:\php with original extension_dir.
And of course, uncomment the extension=php_mysql.dll
I dunno if the PHP can run as CGI for IIS . |
|