51Testing软件测试论坛
标题:
bugzilla 运行checksetup.pl出错,高手指点一下
[打印本页]
作者:
Graceli
时间:
2011-12-7 13:04
标题:
bugzilla 运行checksetup.pl出错,高手指点一下
出错信息如下:
there was an error connecting to mysql:
acces denied for user'bugs'@'localhost'<using password:no>
作者:
xuyh
时间:
2011-12-8 11:58
修改bugzilla的目录下生成一个localconfig文件,主要是以下几个配置:
$db_host = 'localhost';
$db_name = 'bugs';
$db_user = 'bugs';
$db_pass = 'bugs';
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2