It can be really useful when you get a DB dump from a foreign place (for debugging, etc) and you need to jump into the site immediately. This is routine task with mysql command, but it can be done better with drush :)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | user.drush_.inc_.gz | 544 bytes | aron novak |
| user.drush_.inc_.gz | 550 bytes | aron novak |
Comments
Comment #1
dawehnerthx for provding this feature!!
but i'm wondering about
There is a not defined options variable
Comment #2
aron novakAlright, found an error, thank you :) It's fixed.
Comment #3
dawehnerpersonally i would also like to be able to send a new password per mail to a certain user, not sure whether this should be part of it
Comment #4
moshe weitzman commentedPersonally, I think this a bit exotic a need for core drush. Perhaps in d7 we do this since you can set passwords with just SQL anymore. Meanwhile, you may use `sql cli` to quickly get to a mysql command line or `sql query` command.
I'll await further opinions.
Comment #5
moshe weitzman commentedLets do this when D7 is near release.
Comment #6
moshe weitzman commentedComment #7
moshe weitzman commentedlets try to get #663322: provide commands for dealing with users in