[BUG] MySQL user privileges lost after account suspension

ClayRabbit

Verified User
Joined
Jan 3, 2004
Messages
260
Location
Russia
Not found this feature described anywhere in http://www.directadmin.com/versions.php and it's seems more like a bug.

For example, I have MySQL user with Select privileges set to "Yes" and all other previleges set to "No".
After suspension and unsuspension of account I have previleges for this mysql user changed to: Select,Insert,Update,Delete,Create,Drop,Alter,Index -> "Yes" and Grant,Reference,Create tmp tables,Lock Tables -> "No".
It doesn't seem like normal way for me.
When MySQL privileges becomes affected by suspension process and why it's needed?
I beleive рrivileges either should not be affected at all or should be stored and restored correctly after unsuspension of account.
 
Back
Top