| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Thimble Smith | Date: | October 7 1999 11:37pm |
| Subject: | Re: login problems | ||
| View as plain text | |||
At 22:10, 19991007, J Berends wrote:
>what are the settings for 'Host' in the table 'user' of the 'mysql' dbase?
The best way to do this is to use the GRANT command. Then if you
want to know what the host field has in it, you can just select and
find out.
To let user 'buddy@stripped' have full access to database
'whozit', using password 'S1lv3rW4re', you would use:
GRANT ALL PRIVILEGES ON whozit.* TO 'buddy'@'fork.utensil.pie'
IDENTIFIED BY 'S1lv3rW4re'
Tim
| Thread | ||
|---|---|---|
| • login problems | J Berends | 7 Oct |
| • Re: login problems | Thimble Smith | 8 Oct |
| • Re: login problems | J Berends | 8 Oct |
| • Re: login problems | Thimble Smith | 8 Oct |
