MySQL Warning: mariadb.service changed on disk. Run 'systemctl daemon-reload' to reload units.
페이지 정보
본문
[root@localhost public_html]# systemctl stop mariadb.service
Warning: mariadb.service changed on disk. Run 'systemctl daemon-reload' to reload units.
이렇게 에러가 뜨면 이렇게 처리합니다.
[root@localhost public_html]# systemctl daemon-reload
이제 정상적으로 mariadb 를 종료/시작 할 수 있습니다.
[root@localhost public_html]# systemctl stop mariadb.service
[root@localhost public_html]# systemctl restart mariadb.service
[root@localhost public_html]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Apr 12 2017 21:03:28
참고자료
https://forums.cpanel.net/threads/mysql-service-changed-on-disk.594275/
Warning: mariadb.service changed on disk. Run 'systemctl daemon-reload' to reload units.
이렇게 에러가 뜨면 이렇게 처리합니다.
[root@localhost public_html]# systemctl daemon-reload
이제 정상적으로 mariadb 를 종료/시작 할 수 있습니다.
[root@localhost public_html]# systemctl stop mariadb.service
[root@localhost public_html]# systemctl restart mariadb.service
[root@localhost public_html]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Apr 12 2017 21:03:28
참고자료
https://forums.cpanel.net/threads/mysql-service-changed-on-disk.594275/
댓글목록
등록된 댓글이 없습니다.