start / stop / restart MySQL on Ubuntu 16.04
ON THIS PAGE
# start
sudo service mysql start
# stop
sudo service mysql stop
# restart
sudo service mysql restart
2020-11-27
# start
sudo service mysql start
# stop
sudo service mysql stop
# restart
sudo service mysql restart