Support for user permissions
Open
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
Assessment
This issue has not been assessed yet.