If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > setting up mysql - last hurdle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-04, 12:58
ctam ctam is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
setting up mysql - last hurdle

I'm new to this and am trying to set up mysql etc. on my own pc following the tutorial at http://www.sitepoint.com/article/php...installation/8 but can't quite get it.
The final thing I have to do is complete the following 3 lines:
Code:
mysql>SET PASSWORD FOR root@localhost=PASSWORD("new password");
Query OK, 0 rows affected (0.00 sec)
mysql>SET PASSWORD FOR root@"%"=PASSWORD("new password");
Query OK, 0 rows affected (0.00 sec)
mysql>FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
and I get the first line to work fine but on the second line I get a message:
Quote:
Error 1133: Can't find any matching row in the user table
I'm confident I've entered it all correcly!
What can i do?
Thanks,
Craig.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On