摘要:
错误代码是Access denied for user 'root'@'%' to database 'xxx 解决方法: 进入mysql命令行,输入下面命令: grant all on xxxx.* to 'root'@'%' identified by 'password' with grant 阅读全文
摘要:
systemctl start nginx 启动报错 报错内容如下: Job for nginx.service failed because the control process exited with error code. See “systemctl status nginx.servic 阅读全文