Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

prevent mysql from running on every boot or restart

sudo systemctl disable mysql

 # to revert
sudo systemctl enable mysql
sudo systemctl start mysql
Comment

PREVIOUS NEXT
Code Example
Shell :: check elasticsearch connection status on aws 
Shell :: allow user to run any command ubuntu 
Shell :: Roughly list out the background processs being run using nohup on linux server 
Shell :: use bash path variable in vim 
Shell :: slapd debugging 
Shell :: save vscode account details linux 
Shell :: Media change: please insert the disc 
Shell :: linux enable numlock on boot up 
Shell :: how to find the sha512 windows 10 
Shell :: /bin/bash^m: bad interpreter: text file busy 
Shell :: * Github. : [RUKS](https://github.com/muntazir-halim) 
Shell :: sed add new lines using a pattern 
Shell :: Using sed to find and replace complex string (preferrably with regex) 
Shell :: shopify buy sdk 
Shell :: how to connect to the google in linux 
Shell :: How can I make ubuntu--vg-ubuntu--lv consume the entire disk space available? 
Shell :: KDE Connect Command PC turn off 
Shell :: windows powershell the operation requires elevation 
Shell :: github pages custom theme 
Shell :: git merge branch not including all the file 
Shell :: git preview pull 
Shell :: Adding the daily DevCard to your GitHub profile 
Shell :: how to remove lessc completely from ubuntu 
Shell :: gitlab windows containers build pipeline 
Shell :: SCCM install update via command line 
Shell :: date last friedy in linux 
Shell :: connaitre la taille fichier gz debian 
Shell :: batch rename folders & trim spaces & add prefix / suffix 
Shell :: install pghero in rds postgresql 
Shell :: learn how to use bash (variables) 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =