View Single Post
  #4  
Old 11-11-2013, 09:58 PM
BlindestMan
Fire Beetle
 
Join Date: Oct 2007
Posts: 3
Default

Thanks for the replies.

login.ini is configured for my mysql server.
Code:
[database]
host = localhost
port = 3306
db = peq
user = root
password = <REDACTED>
subsystem = MySQL
I like having my own login server because it is just that much more private. I had one running fine before but that was on a different computer.
Reply With Quote