【mysql】启动mysql 服务器 Redirecting to /bin/systemctl start mysql.service
生活随笔
收集整理的这篇文章主要介绍了
【mysql】启动mysql 服务器 Redirecting to /bin/systemctl start mysql.service
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
service mysql start 启动服务器
出现 Redirecting to /bin/systemctl start mysql.service错
原因推测:service mysql start 是重定向到/bin/systemctl restart mysql.service. mysql与mysqld是不同的,前者交互式命令(客户端),mysqld才是后端服务进程,可能是启错了
还有说是新版的问题,不晓得
解决:
启动 MySQL:
systemctl start mysqld查看 MySQL 运行状态:
systemctl status mysqld
总结
以上是生活随笔为你收集整理的【mysql】启动mysql 服务器 Redirecting to /bin/systemctl start mysql.service的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 【Linux - mysql】linux
- 下一篇: 【Linux - mysql】怎么修改数