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 troubleNick Wilson30 Apr
  • Re: lost root password troubleJames Carrier30 Apr
    • Re: lost root password troubleNick Wilson30 Apr
      • RE: lost root password troubleGurhan Ozen30 Apr
        • Re: lost root password troubleNick Wilson30 Apr
          • RE: lost root password troubleGurhan Ozen30 Apr
        • MyODBC QuestionDavid M. Peak30 Apr
          • RE: MyODBC QuestionVenu30 Apr
            • Re: MyODBC QuestionDavid M. Peak30 Apr
              • RE: MyODBC QuestionVenu30 Apr
                • Re: MyODBC QuestionDavid M. Peak30 Apr
                  • RE: MyODBC QuestionVenu1 May
  • Re: lost root password troubleGerald Clark30 Apr
    • Re: lost root password troubleNick Wilson30 Apr
  • Re: lost root password troubleScott Helms30 Apr
  • Re: lost root password troubleJames Carrier30 Apr
    • Re: lost root password troubleNick Wilson30 Apr
  • Re: lost root password troubleJames Carrier30 Apr
    • Re: lost root password troubleNick Wilson30 Apr
Re: lost root password troubleJames Carrier30 Apr
Re: MyODBC QuestionDavid M. Peak7 May