Problem :
I am naïve to mysql. Currently I am continuously facing below error.
“Mysql access denied for user 'root'@'localhost' (using password yes)”.
I have recently started using mySQL Workbench and after doing research on above error I found that my root's schema privileges are null. I do not have any privileges at all.
Because of above issue I am facing a lot of troubles across the platforms for which my server is used for and one more information want to share here is it is the sudden issue.
I have already tried some things for example FLUSH HOSTS, FLUSH PRIVILEGES, etc but it was of no us. I want to get my root access back as soon as possible. Can somebody help me in getting my root access back?