Here is the snippet of code I have in my EQEmu.xml file:
Code:
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>Password</password>
<db>peq</db>
</database>
Granted that is not my actual password, but my database name is indeed peq, per Moofta's guide. Mysql is running, because from command prompt I can do the following:
Code:
> cd c:\EQ\SQL
> mysql -uroot -pPassword
I then get the MySQL lines, and if I follow it with:
The database changes. Anyone have an idea why when I run the start.bat file, the server cannot connect to localhost?