| 
				 Sorry for the post 
 I have read all the posts and th wiki and i am having a tough time getting a linux server started. I was able to get a windows minilogin server running but, I was wanting to dedicate an unused server for eqemu. However, I must be doing something wrong because, when I try to login I see my server in the list but, when I select it I get kicked back to the login screen.
 Question.
 
 I was able to run 5.0 mysql on windows but, I did see a lot of posts saying you cannot use 4.1 or 5.0. Is that a restriction on only linux?
 
 here is my eqemu_config.xml:
 
 <?xml version="1.0">
 <server>
 <world>
 <shortname>NRW</shortname>
 <longname>New Rodcet Nife</longname>
 
 <!-- Loginserver information. -->
 <loginserver>
 <host>eqemulator.net</host>
 <port>5998</port>
 <account>rodcet</account>
 <password>ju1km2</password>
 </loginserver>
 
 <!-- Sets the shared key used by zone/launcher to connect to world -->
 <key>some long random string</key>
 
 <!-- Enable and set the port for the HTTP service. -->
 <http port="9080" enabled="true" mimefile="mime.types" />
 </world>
 
 <!-- Database configuration, replaces db.ini. -->
 <database>
 <host>localhost</host>
 <port>3306</port>
 <username>myuser</username>
 <password>mypass</password>
 <db>peq</db>
 </database>
 </server>
 
 any help would be much apreciated.
 
 PS.
 
 What you guys have done is amazing
 
			
			
			
			
				  |