I get the following error:
You should give only options, no arguments at all, with option
--all-databases. Please see mysqlcheck --help for more information.
bash-2.05$
\
So i checked the mysqlcheck --help and saw a option for (true or false)
OK so i tried
mysqlcheck -o -u root -p --all-databases=true and got
bash-2.05$ mysqlcheck -o -utalkdis_ryancoop root -p******** --all-databases=true
mysqlcheck: Got error: 1044: Access denied for user: 'talkdis_ryancoop@localhost' to database 'root' when selecting the database
username and pass are correct. . ???
[Edit: I took out your db password. No sense letting everyone know what it is. - Steve]
|