Introduce `wp db users`
One of the most common tasks database administrators need to do is create user accounts for applications with full privileges to the application's database. I propose that we make that super simple in wp-cli using syntax similar to:
wp db users create --user --host --pass --privilegeduser --privilegedpass
This create command could be augmented by including list, delete, etc.
I'm open to considering something like this, if someone would like to open a pull request for it.
I am taking up this issue.