Grant root access without having grant access with mysql

Posted by PJ on Server Fault See other posts from Server Fault or by PJ
Published on 2010-06-09T05:44:59Z Indexed on 2010/06/09 5:53 UTC
Read the original article Hit count: 399

Filed under:
|
|

In attempts to learn more about apache and mysql, I've been fiddling with my local environment. Fun times. Of course, this leads to my screwing things up. So, thanks for being there.

Recently, I messed up a bit in mysql. I currently don't have a root user, and the users I do have don't have grant access. So, I can create users and all that, but I can't create a root user with super powers.

Besides removing and reinstalling mysql, is there a way to grant a user total access in my current situation?

© Server Fault or respective owner

Related posts about mysql

Related posts about beginner