mysql -u [your-user] -p
SHOW GLOBAL STATUS LIKE 'Uptime';
SHOW VARIABLES LIKE 'log_error';
Then, use a command-line text viewer (like `cat`, `more`, or `less`) to view the log:less /path/to/your/mysql/log/error.log
SHOW FULL PROCESSLIST;
df -h
free -m
KILL [process_id];
8. Ensure that there's no scheduled event or cron job that might be attempting to shut down the MySQL server.
Let Dr. Droid create custom investigation plans for your infrastructure.
Book Demo