What is the purpose of ps -aux | grep 'mysql'?
ps -aux | grep 'mysql'
Start the MySQL service
Scan MySQL's network port
List processes and keep output lines containing mysql
mysql
Delete MySQL data files