[Linux] 리눅스 MySQL 시작, 정지, 재시작, 상태확인

리눅스 MySQL 시작, 정지, 재시작, 상태확인

작업우분투 명령어CentOS6 명령어CentOS7 명령어
시작# service mysql start# service mysqld start# systemctl start mysqld
정지# service mysql stop# service mysqld stop# systemctl stop mysqld
재시작# service mysql restart# service mysqld restart# systemctl restart mysqld
상태확인# service mysql status# service mysqld status# systemctl status mysqld

References

리눅스 MySQL 시작, 정지, 재시작, 상태확인

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다