graze / graze/morphism

Support for user permissions

Open
#48 3 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Supporting permissions would be very useful!

you can get permissions with something like:

```sql
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.