Thread
:
Setting up server. MYSQL Is messed up
View Single Post
#
3
01-24-2008, 01:28 AM
Angelox
AX Classic Developer
Join Date: May 2006
Location: filler
Posts: 2,049
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
Angelox
View Public Profile
Send a private message to Angelox
Find all posts by Angelox