View Single Post
  #8  
Old 02-12-2007, 07:55 PM
Darkonig
Hill Giant
 
Join Date: Dec 2006
Posts: 102
Default

Quote:
did you do this?

Code:
SET PASSWORD FOR eq@localhost = OLD_PASSWORD('eq');
That is only needed if you are converting a database from 4.x not for loading up a fresh database in 5.x from a dump. Did not use this command on my install and it works great.
Reply With Quote