Answers for "unit mysql.service could not be found."

SQL
0

unit mysql.service could not be found.

I think this is because you are using client software and not the server.

mysql is client
mysqld is the server
Try: sudo service mysqld start

To check that service is running use: ps -ef | grep mysql | grep -v grep.
Posted by: Guest on April-15-2022

Code answers related to "unit mysql.service could not be found."

Code answers related to "SQL"

Browse Popular Code Answers by Language