Grant root access without having grant access with mysql
- by PJ
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?