Before connecting to a stopped local MySQL server, which command addresses the immediate prerequisite?
Run sudo service mysql start.
sudo service mysql start
Run SHOW DATABASES; in the operating-system terminal.
SHOW DATABASES;
Run touch ~/project/system_tables.txt and assume that starts the database.
touch ~/project/system_tables.txt
Run USE mysql; before opening the SQL client.
USE mysql;