你好,本人安装7.3.stable版本发布Linux一键安装包,执行/opt/zbox/zbox start 启动。都有会
AH00543: httpd: bad user name nobody
Starting MySQLStart Apache fail. You can see the log /opt/zbox/logs/apache_error.log
Start Mysql fail. You can see the log /opt/zbox/logs/mysql_error.log
这是怎么回事?
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.错误,我使用adduser 添加了用户和密码,这个用户和 密码是数据库的用户和密码对吧?
ERROR: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) in framework/router.class.php on line 1524, last called by framework/router.class.php on line 1486 through function connectByPDO.
in framework/router.class.php on line 1568 when visiting
AH00543: httpd: bad user name nobody
Starting MySQLStart Apache fail. You can see the log /opt/zbox/logs/apache_error.log
Start Mysql fail. You can see the log /opt/zbox/logs/mysql_error.log
这是怎么回事?
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.错误,我使用adduser 添加了用户和密码,这个用户和 密码是数据库的用户和密码对吧?
/opt/zbox/app/zentao/tmp/log/*.php 这个文件里面报错
ERROR: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) in framework/router.class.php on line 1524, last called by framework/router.class.php on line 1486 through function connectByPDO.
in framework/router.class.php on line 1568 when visiting
我的系统是centos6.5
我把apache端口改为81, MySQL端口改为3307
在adminer登录页面,用户名输入root ,密码不填,数据库输入zentao,点击登录后报”No such file or directory“的错误,请问该如何解决