I_lrobin 发表于 2016-6-18 00:04:19

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.";

}
?>




用xampp集成的环境在虚拟机上配置testlink正常,网上查了资料,也没查到具体的解决办法。

I_lrobin 发表于 2016-6-18 08:48:36

是不是版本的问题呢?有大神帮解答下吗
http://mantis.testlink.org/print_bug_page.php?bug_id=7426

manning361 发表于 2016-8-25 18:56:13

你好,问题解决没,我也碰见了,整了一天了,求助!!
页: [1]
查看完整版本: testlink1.9.14配置过程中Failed! MySQL Database cannot be used.