View Single Post
  #3  
Old 01-24-2008, 01:28 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Might need to run something like this ;
Code:
SET PASSWORD FOR 'eq'@'localhost' = OLD_PASSWORD('newpwd');
This will enable password compatibility for 5x with the old 4x binaries
Reply With Quote