Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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.
 
PREVIOUS NEXT
Tagged: #unit
ADD COMMENT
Topic
Name
1+1 =