Below is a ready-to-use script. Review and adapt variables to your environment.
#!/usr/bin/env bash mysqlcheck -u root -p --all-databases
← Back to SQL