MYSQL privileges + WEBMIN
Posted: Tue Mar 02, 2010 9:45 am
Hi,
On Webmin, some values were changed for root user in MYSQL DATABASE SERVER tool, so when I try to access database with root user, I only see databases 'information_schema' and 'test', but I'm not able to see databases as 'asterisk' and the others.
How can I restablish all access for root user to all mysql databases?
I tried with user 'cron', to give all privileges to 'root' with GRANT instruction, but I received following message:
ERROR 1045 (28000): Access denied for user 'cron'@'localhost' (using password: YES)
Also, If I try to create a new user, but this procedure was not allowed neither.
Thanks in advance.
Juan
On Webmin, some values were changed for root user in MYSQL DATABASE SERVER tool, so when I try to access database with root user, I only see databases 'information_schema' and 'test', but I'm not able to see databases as 'asterisk' and the others.
How can I restablish all access for root user to all mysql databases?
I tried with user 'cron', to give all privileges to 'root' with GRANT instruction, but I received following message:
ERROR 1045 (28000): Access denied for user 'cron'@'localhost' (using password: YES)
Also, If I try to create a new user, but this procedure was not allowed neither.
Thanks in advance.
Juan