【Linux - mysql】linux下mysql报Failed to restart mysqld.service: Unit not found
生活随笔
收集整理的這篇文章主要介紹了
【Linux - mysql】linux下mysql报Failed to restart mysqld.service: Unit not found
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
筆者使用 service mysqld restart 重啟mysql服務的時候,報了Failed to restart mysqld.service: Unit not found
估計也就是服務名錯誤了,于是使用 chkconfig --list 查詢服務列表
可以看到服務名稱為"mysql",使用 service mysql restart 重啟mysql服務成功
總結(jié)
以上是生活随笔為你收集整理的【Linux - mysql】linux下mysql报Failed to restart mysqld.service: Unit not found的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Linux - mysql】 unkn
- 下一篇: 【mysql】启动mysql 服务器 R