View Single Post
  #20  
Old 10-16-2013, 06:11 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Quote:
Originally Posted by Vexyl View Post
What kind of internet connection do you have now? Cable, DSL, etc...

Oh, and post your login.ini with sensitive information censored please.
We have Verizon FiOS here. Used to have cable through Time Warner.

As for a login.ini... Think AxClassic may work slightly differently? I have a "LoginServer" txt that is in a "login" directory within axclassic. There's also a login application that I am guessing gets automatically started and minimized after mysql starts maybe? Anyway.. the LoginServer txt file in the "login" directory is this:

[LoginConfig]
ServerName=AX Classic
ServerDescription=AX Classic Server
ServerMode=PrivateLogin
ServerPort=5999
ipaddress=
allowanonservers=12
statsaddress=
statsport=

However there's also a LoginServer txt file in the root directory of axclassic that looks like this:

[LoginConfig]
ServerName=AX Classic
ServerDescription=AX Classic Server
ServerMode=Master
ServerPort=5999
ipaddress=
allowanonservers=12
statsaddress=
statsport=

The only differences I see immediately are that it reads "Master" for ServerMode, and has an ipaddress field that is blank that the first txt does not have. I have never edited either file, prior to or after my move, to my knowledge. That's not to say changing something in the gui couldn't have automatically changed it. Not sure on that.

Also, when I start mysql with the gui, and then manually run the login app, it appears to be using the txt from the login directory.... I'm no expert on how axclassic works though. I don't even know if that particular login exe is used when you click "start mysql" and then "start server" on the AxClassic gui. I'm guessing somehow there's a login.exe running in that process.
Reply With Quote