Bash script to periodically repair mysql table.
- mysqlrepair.sh
- Table of Contents
- Prerequisites
- Install
- Usage
- Example
- Contributing
- Credits
- About Padosoft
- License
bash
This package can be installed easy.
cd /root/myscript
git clone https://github.com/padosoft/mysqrepair.sh.git
cd mysqrepair.sh
chmod +x mysqlrepair.sh
If you want to set your value and override default var values create a mysqlbackup.config file by coping the given template mysqlbackup.config.template, open in your favorite editor and make changes:
cp /root/myscript/mysqrepair.sh/mysqlrepair.config.template /root/myscript/mysqrepair.sh/mysqlrepair.config
nano /root/myscript/mysqlrepair.sh/mysqlrepair.config
If you want to run programmatically, add it to cronjobs manually or execute install script:
cd /root/myscript/mysqrepair.sh/mysqlrepair.sh
chmod +x install.sh
bash install.sh
bash mysqlrepair.sh
bash mysqlrepair.sh
Please see CONTRIBUTING and CONDUCT for details.
Padosoft is a software house based in Florence, Italy. Specialized in E-commerce and web sites.
The MIT License (MIT). Please see License File for more information.