You are not logged in.
I was modifying the privileges in phpMyAdmin and accidentally removed them from root instead of another user (who can't modify privileges) :x
Is there a way to modify the privileges at this point?
=> Now known as jb
Offline
Can't you just give back root its privileges? Or were you logged in as root when you removed them? If so, maybe resetting the root password helps.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
I can log back in as root, but the account has no administrative privileges anymore; create user, modify privileges, view process table, etc.
=> Now known as jb
Offline
I can log back in as root, but the account has no administrative privileges anymore; create user, modify privileges, view process table, etc.
Maybe you can change the priviliges by running the mysql server in this way:
mysqld --skip-grant-tables --user=root
I've done that when I forgot root password, though I'm not sure if it works with the privileges stuff.
Offline