I have only found documentation about roles in MySQL through the use of Workbench, is there an alternative way to set them?

link|improve this question
feedback

1 Answer

No. MySQL does not support roles (not even in 5.5). MySQL Workbench doesn't create roles as such but provides a role like interface to the model - the underlying code isn't creating roles but making direct grants to users.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.