Skip to content

Support for user permissions #48

@h-bragg

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.

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