I think I entered the nose in the wrong place and now my system is crashed.
Please I need your help.
I entered to mysql command line as mysql -u root and executed the following commands :
-- grant process *.* to mysqltop@10.0.1.215;
-- grant process *.* to cron@10.0.1.215;
-- flush privileges;
Right after that all the operation was stopped and started receiving this error
MySQL connect ERROR: Access denied for user 'cron'@'10.0.1.215' (using password: YES)
at admin.php
BTW, I did it because I read it was needed in order to be able to run mtop command.
how do I revert this ?
Execution of the command mysql -u cron -p and password is still recognized.
Connection to db from a third-party console also works and am able to list and see table contents.
Unfortunately my operation is down.
