Thread: CMAKE Error
View Single Post
  #27  
Old 04-17-2014, 11:29 PM
Hockyplr
Sarnak
 
Join Date: Aug 2013
Posts: 43
Default

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:

Code:
> use peq
The database changes. Anyone have an idea why when I run the start.bat file, the server cannot connect to localhost?
Reply With Quote