As part of checking replication on a slave, our consultants are using a check_mysql file. I’m setting up a slave for backup purposes and wanted to run the same checks against the new slave. I copied the check_mysql file from our current slave to the new slave but it doesn’t run, I get this error:
-bash: ./check_mysql: cannot execute binary file
The file probably needs to be compiled from source? or maybe something else?
Where do I get this file? I thought it was part of maatkit but its not?