Bug #61899 authorization plguin
Submitted: 18 Jul 2011 15:38 Modified: 24 Feb 2012 8:40
Reporter: toto kaos Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[18 Jul 2011 15:38] toto kaos
Description:
How does mysql determine access privilege e.g. GRANT ... 
after the user been authenticated through the authentication plugin. 

should it be another authorization plugin 
or is it possible to use the authentication plugin

How to repeat:
n/a??
[24 Feb 2012 8:40] Georgi Kodinov
Authentication is totally separate from authorization.
Authorization in mysql happens through the data in the mysql system tables.