how to stop mysql service in ubuntu in start up 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