| 
				 A couple of questions.... 
 Im trying to play using mini login.I did everything the readme says (multiple times)
 I did everything a couple of FAQs here say (multiple times)
 and I cant figure out whats wrong.
 
 When launching world and boot5zones , it gives me an error saying
 
 [loginserver] block not found in loginserver.ini
 Failed to connect to database: Error; Acces denied for user Dempig...etc
 
 my login server.ini is..
 
 [LoginServer]
 loginserver=localhost
 loginserver2=localhost
 loginport=5999
 loginport2=5999
 worldname=Evertest
 locked=false
 account=
 password=
 worldaddress=localhost
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 and my db.ini says
 
 [Database]
 host=localhost
 user=Dempig
 password=( mypassword is here)
 database=eq
 
 Ive tried remaking mysql account a few times to make sure i put in right name and pass , and even reinstalled mysql.
 
 Can anyone help?
 |