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
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
没有人遇到这样的问题吗?作者: applejuzi 时间: 2007-7-25 10:46
我就遇到了,可是不知道怎么解决。sdlkfj9作者: yangbohustwb 时间: 2007-9-18 09:05
我也遇到了,怎么解决啊??有没有人会这个。急 急sdlkfj9作者: Sayid 时间: 2008-3-12 15:49
这个问题我当时也出现过,弄了很久。发现原来是PHP5少了一个动态库php_domxml.dll