testlink中MYSQL的问题
在SETUP的时候最后一步出现的问题:TestLink setup will now attempt to setup the database:
Creating connection to Database Server:
Fatal error: Call to undefined function mysql_connect() in F:\testlink\install\installNewDB.php on line 144
怎么解决?
谢谢! Fatal error: Call to unsupported or undefined function mysql_connect() in ...: This means that your PHP version isn't compiled with MySQL support. You can either compile a dynamic MySQL module and load it into PHP or recompile PHP with built-in MySQL support. This process is described in detail in the PHP manual. 没有人遇到这样的问题吗? 我就遇到了,可是不知道怎么解决。sdlkfj9 我也遇到了,怎么解决啊??有没有人会这个。急急sdlkfj9 这个问题我当时也出现过,弄了很久。发现原来是PHP5少了一个动态库php_domxml.dll
找到这个库后把它放在./ext/文件夹下,再修改php.ini文件,添加extension=php_domxml.dll到开放扩展库的那行列表中就可以实现安装了。
正好我这有个备份文件,一起上载吧。 mysql的odbc做没做
页:
[1]