Mon, 2015-01-26 09:59chris.calender
I ran into this error today while working with ROLES, bundled privileges for a group of users (a nice addition in MariaDB 10.0):
ERROR 1959 (OP000) Invalid role specification
The manual suggests that this error occurs "if a role that doesn't exist, or to which the user has not been assigned, is specified".
However, I ran into a case where the role was created and assigned properly (examine SHOW GRANTS for user in question).
In this case, the problem was just due to a bug that affected remote connections on older …
[Read more]