风过无息 发表于 2007-2-9 10:53:12

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
怎么解决?

谢谢!

风过无息 发表于 2007-2-9 11:30:06

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.

风过无息 发表于 2007-2-11 15:38:14

没有人遇到这样的问题吗?

applejuzi 发表于 2007-7-25 10:46:38

我就遇到了,可是不知道怎么解决。sdlkfj9

yangbohustwb 发表于 2007-9-18 09:05:14

我也遇到了,怎么解决啊??有没有人会这个。急急sdlkfj9

Sayid 发表于 2008-3-12 15:49:57

这个问题我当时也出现过,弄了很久。发现原来是PHP5少了一个动态库php_domxml.dll

找到这个库后把它放在./ext/文件夹下,再修改php.ini文件,添加extension=php_domxml.dll到开放扩展库的那行列表中就可以实现安装了。

正好我这有个备份文件,一起上载吧。

jakiegu 发表于 2008-3-13 11:37:36

mysql的odbc做没做
页: [1]
查看完整版本: testlink中MYSQL的问题