Skip to content

Commit 2e6be24

Browse files
authored
Update ss-restart-mysql.txt
1 parent 22bc10e commit 2e6be24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bash/ss-restart-mysql.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ ss_echo "${COLOR_INFO}Running ss-restart-mysql... ${COLOR_RESET}"
6666
## this snippet uses init.d instead of systemd shortcuts to allow for absolute paths ##
6767
## the given service will be forcefully restarted and output sent to /dev/null ##
6868

69-
## unmask services ##
70-
# systemctl unmask mysql.service
71-
72-
## restart mysql service ##
7369
ss_restart mysql
7470

7571
####################################################################################################
@@ -94,6 +90,7 @@ chmod 0700 /var/www/crons/custom/*cron* ## 0700 means only root/sudo can execute
9490
#### SlickStack: External References Used To Improve This Script (Thanks, Interwebz) ###############
9591
####################################################################################################
9692

93+
## Ref: ChatGPT
9794
## Ref: https://unix.stackexchange.com/questions/370942/do-you-need-to-reload-after-adding-a-rule-in-ufw/370947
9895
## Ref: http://blog.jonathanargentiero.com/failed-to-restart-mysql-service-unit-mysql-service-is-masked/
9996
## Ref: https://support.plesk.com/hc/en-us/articles/360021187734-The-service-fails-to-start-on-a-Linux-server-service-is-masked

0 commit comments

Comments
 (0)