View Single Post
  #13 (permalink)  
Old 03-20-2006, 12:18 PM
oopstu oopstu is offline
Intermediate Member
 
Posts: 17
Default

Yeah, the update didn't change anything....

mysql> update user set password=PASSWORD('frankjones') where user='root';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 3 Changed: 0 Warnings: 0

So now I'll go back and see if maybe i made it somethine else in the other instance and just had a major brain fart.

Thanks
Reply With Quote