Thread: Ok, question
View Single Post
  #15  
Old 05-03-2007, 12:53 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Code:
SET PASSWORD FOR 'eq'@'localhost' = OLD_PASSWORD('newpwd');
If you're using MySql 5x, did you run the above line in your MySql command box?
Reply With Quote