본문 바로가기
other/linux

The MySQL server is running with the --event-scheduler=DISABLED or --skip-grant-tables option so it cannot execute this statement

by seohan1010 2025. 12. 30.
#mysql 종료 
sudo pkill mysqld

#mysql 실행 
sudo systemctl start mysql

#실행 확인 
sudo systemctl status mysql --no-pager