Optimize Databases
When I run an optimize for all databases with this command:
OR
Does not work and get this error, How to fixing on this issue ? Error: mysqlcheck doesn't support multiple contradicting commands.
mysqlcheck -u root --auto-repair --check --optimize --all-databasesOR
mysqlcheck -AorDoes not work and get this error, How to fixing on this issue ? Error: mysqlcheck doesn't support multiple contradicting commands.
-
Hello :) Take out the "--check" flag from your first command and it should proceed. There is no need to check the databases if you are already going to attempt the repair. Thank you. 0 -
What is the "--check" flag ? Please post the Correct code command. Does this Correct commands? mysql -u root --auto-repair --check --optimize --all-databases
ormysql -Aor0 -
These are not commands that cPanel endorses, so we won't post commands like that. Essentially, for that command to work, you would have to remove the "--check" part of the command. Thank you. 0 -
Thanks, Now working ! mysqlcheck -u root --auto-repair --optimize --all-databases0
Please sign in to leave a comment.
Comments
4 comments