stop mysql from starting automatically ubuntu code example
Example 1: mysql stop ubuntu
service mysqld stop
Example 2: ubuntu stop mysql from starting on boot
sudo systemctl disable mysql
service mysqld stop
sudo systemctl disable mysql