Quiz Yourself on Installing and Communicating with MySQL server
This lesson tests your understanding of the MySQL server(installation and communication).
We'll cover the following...
1
Which command can tell you whether the MySQL server is locally running or not?
A)
mysql running status
B)
processes | grep mysql
C)
ps -ef | grep 'mysql'
D)
service status
Question 1 of 80 attempted