Search

sudo systemctl status mysql.service

MySQL 서버 실행 중 인지 확인

자동시작 안되는 경우

$ sudo systemctl start mysql.service $ sudo systemctl status mysql.service $ sudo systemctl start mysql.service $ sudo systemctl restart mysql.service
Bash
복사