Skip to content

Support for user permissions #48

Description

@h-bragg

Supporting permissions would be very useful!

you can get permissions with something like:

SELECT user, host FROM user
foreach {
    SHOW GRANTS FOR '$user'@$host
}

I guess, ignore certain users (mysql.sqs, rdsadmin, root, the user used by morphism?), etc.

Then add GRANT/REVOKE as necessary.

You can add passwords as you can use the hashed version.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions