Disable MySQL startup in Ubuntu 10.04
Fresh3 days ago
Mar 15, 202638571 viewsConfidence Score0%
0%
Problem
I want to prevent MySQL from starting in Ubuntu 10.04 I have used and confirmed that there is no link to the script from any of the rc?.d directories. I also ran and it shows me that MySQL is NOT being called as part of the scripts. It is still starting on boot. How do I disable it?
Error Output
update-rc.d -f mysql remove
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Disable MySQL startup in Ubuntu 10.04
Low Risk
Ubuntu 10.04 has abandoned SysV init script approach to booting the system. This link explains - http://www.linuxplanet.com/linuxplanet/tutorials/7033/1/ To prevent mysql from starting on boot 1 go to the /etc/init directory 2. open the mysql.conf f…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix