Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

prevent mysql from running on every boot or restart

cd /etc/init
nano mysql.conf
comment out the "start on" line near the top of the file by adding a #
	e.g
    #start on runlevel [2345]
    
  run the following to start the server at any time
service mysql start
 
PREVIOUS NEXT
Tagged: #prevent #mysql #running #boot #restart
ADD COMMENT
Topic
Name
4+8 =