51Testing软件测试论坛

标题: testlink1.9.14配置过程中Failed! MySQL Database cannot be used. [打印本页]

作者: I_lrobin    时间: 2016-6-18 00:04
标题: testlink1.9.14配置过程中Failed! MySQL Database cannot be used.
版本:mysql-5.7.13-winx64.zip
          php-7.0.7-Win32-VC14-x64.zip  
          httpd-2.4.20-x64-vc14-r2.zip  
          testlink-1.9.14.tar.gz
apache mysql安装都正常的情况下,配置testlink过程中,数据库连接失败,但是测试数据库连接又是正常的,测试代码、结果如下:
<?php
$dbs = new mysqli("localhost", "root", "", "mysql");
if($dbs->connect_errno)
{
        echo $dbs->connect_error;
}
else
{
        echo "DB Connection Succeeded.";

}
?>
[attach]101524[/attach]
[attach]101525[/attach]


用xampp集成的环境在虚拟机上配置testlink正常,网上查了资料,也没查到具体的解决办法。
作者: I_lrobin    时间: 2016-6-18 08:48
是不是版本的问题呢?有大神帮解答下吗
http://mantis.testlink.org/print_bug_page.php?bug_id=7426
作者: manning361    时间: 2016-8-25 18:56
你好,问题解决没,我也碰见了,整了一天了,求助!!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2