View Single Post
  #2  
Old 06-25-2007, 08:07 AM
un3n
Fire Beetle
 
Join Date: Jun 2007
Posts: 3
Default

Quote:
Originally Posted by techguy84 View Post
Well for one, you cant follow the guide as closely as possible. You need to follow it step by step and do exactly as it says.

Here is the step you missed,

Code:
SET PASSWORD for 'root'@'localhost' = OLD_PASSWORD('newpwd');
You will see this in the guide after the database setup. It is a MANDATORY step as it allows the emu to connect to the database using a password scheme similar to MySQL 4 which the emu is built upon.

If this does not work, double triple check your username and passwords in your mysql and in your eqemu_config.xml file.
i actuly did do that, but as i said i was tired and probably made mistakes, tyvm

edit: Just fixed that typo Darkonig, ty

Last edited by un3n; 06-25-2007 at 04:13 PM..
Reply With Quote