This script will check all tables within all MySQL databases of a server.
Code written in Perl and can be executed at a root access shell with a command like this:
perl dysqlcheck.pl
No installation will be needed Just download to a folder and execute. You might need to change some configuration parameters at the beginning of the script itself.
Download Dayana MySQL Database Check v1.0
Current version: 1.0
If you wish to do that on a linux shell do:
cd
wget http://farhad.ca/file/dysqlcheck.pl_
mv -f dysqlcheck.pl_ dysqlcheck.pl
perl dysqlcheck.pl
F.Malekpour