start and stop mysql in linux (ubuntu)

 sudo systemctl stop mysql

sudo systemctl start mysql


sudo systemctl status mysql



Comments