| List: | General Discussion | « Previous MessageNext Message » | |
| From: | James Carrier | Date: | April 30 2002 8:56pm |
| Subject: | Re: lost root password trouble | ||
| View as plain text | |||
Try
GRANT ALL PRIVILEGES ON *.* TO root@'%'
IDENTIFIED BY 'mypassword' WITH GRANT OPTION;
Or you could always do a straight
INSERT INTO user VALUES('%','root',password('mypassword'),
'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
james
---
Nick Wilson wrote:
Well, I'm in !! Now I'm having trouble updating the user table :-(
GRANT ALL PRIVILEGES ON * TO root IDENTIFIED BY 'my_password';
Read the manual, read my book, still a clueless twat. Can anyone help me
get it right?
many thanks everyone :-)
sql,query
| Thread | ||
|---|---|---|
| • lost root password trouble | Nick Wilson | 30 Apr |
| • Re: lost root password trouble | James Carrier | 30 Apr |
| • Re: lost root password trouble | Nick Wilson | 30 Apr |
| • RE: lost root password trouble | Gurhan Ozen | 30 Apr |
| • Re: lost root password trouble | Nick Wilson | 30 Apr |
| • RE: lost root password trouble | Gurhan Ozen | 30 Apr |
| • MyODBC Question | David M. Peak | 30 Apr |
| • RE: MyODBC Question | Venu | 30 Apr |
| • Re: MyODBC Question | David M. Peak | 30 Apr |
| • RE: MyODBC Question | Venu | 30 Apr |
| • Re: MyODBC Question | David M. Peak | 30 Apr |
| • RE: MyODBC Question | Venu | 1 May |
| • Re: lost root password trouble | Gerald Clark | 30 Apr |
| • Re: lost root password trouble | Nick Wilson | 30 Apr |
| • Re: lost root password trouble | Scott Helms | 30 Apr |
| • Re: lost root password trouble | James Carrier | 30 Apr |
| • Re: lost root password trouble | Nick Wilson | 30 Apr |
| • Re: lost root password trouble | James Carrier | 30 Apr |
| • Re: lost root password trouble | Nick Wilson | 30 Apr |
| • Re: lost root password trouble | James Carrier | 30 Apr |
| • Re: MyODBC Question | David M. Peak | 7 May |
