$ git clone https://github.com/lizeth9797/KARABase_Script.git
$ mv KARABase_Script/mysqlfix.sh /root/
$ chmod +x mysqlfix.sh
$ yum install cronie
$ crontab -e
* * * * * /root/mysqlfix.sh
$ service mysqld stop
$ service mysqld status
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ git clone https://github.com/lizeth9797/KARABase_Script.git
$ mv KARABase_Script/mysqlfix.sh /root/
$ chmod +x mysqlfix.sh
$ yum install cronie
$ crontab -e
* * * * * /root/mysqlfix.sh
$ service mysqld stop
$ service mysqld status