#Check if MySQL is running by executing this command: ps aux | grep mysql | grep -v grep #And install the MySQL client: sudo apt-get install mysql-client # Or your distribution command