View Single Post
  #10  
Old 10-06-2008, 04:50 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You need to set the OLD password as described in the server setup wiki. Here is the mysql you need to add and make sure to change the password to whatever you want your password to be:


Code:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote