I am trying to run this command mysqlcheck --repair --databases db_name but I am getting the following message:
-bash: mysqlcheck: command not found
How can I get this command to work? Do I have to install something else to use this command? What do I need to check?
I am running this command under root.