Jump to content
  • 0

Compiling wont change Login for Login-Server


Tiraga

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/14/13
  • Last Seen:  

Hi everyone,

 

i have a little Problem to get the Login-Server running since it always tries to login with username:ragnarok@localhost and pw:ragnarok and can't get access because the user doesn't exist.

 

In MYSQL i made a User(only Examples): user1 with the Password: password and made a Login in the DB with the same Data.

I also changed the Logins in char_athena,map_athena, inter_athena and compiled the server but somehow he wont take the Information from the inter_athena.conf into the login-server.exe.

Btw the map- and char-server use the user1 Login without a problem.

 

Any Idea what i'm doing wrong?

Edited by Tiraga
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

comment the line of "bind_ip:<someip>" in your login_athena.conf

 

recheck the credentials you put in the inter_athena.conf

Make sure you put your DATABASE username and password

And also, you dont need to recompile if you're just changing *.conf files

It also helps to post screenshot of errors

Edited by benching
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/14/13
  • Last Seen:  

In front of the bind-ip are "//" should i remove them and comment it?

 

i rechecked the Credentials but the Problem ist the Login-Server.exe isnt trying to connect with my information, even the Database is worng

 

From my inter_athena:

 

// Global SQL settings
// overridden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)

// MySQL Login server
login_server_ip: 127.0.0.1
login_server_port: 3306
login_server_id: root
login_server_pw: password
login_server_db: renewal
login_codepage:
login_case_sensitive: no

post-16593-0-54161800-1448591501_thumb.png

Edited by Tiraga
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

check user sql again.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/14/13
  • Last Seen:  

I tired the User: root and the one i made: renewal but both doesn't work because the loginserver tries ragnarok and i don't know why and how to change that...


Does anyone know how i can get the Login-Server to use the correct Logininformation? Edited by Tiraga
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

dont remove the "//" in the front of bind_ip.

 

your login server is connecting to a database with:
username=ragnarok

password=ragnarok

database=ragnarok

 

 

In front of the bind-ip are "//" should i remove them and comment it?

 

i rechecked the Credentials but the Problem ist the Login-Server.exe isnt trying to connect with my information, even the Database is worng

 

From my inter_athena:

 

// Global SQL settings
// overridden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)

// MySQL Login server
login_server_ip: 127.0.0.1
login_server_port: 3306
login_server_id: root
login_server_pw: password
login_server_db: renewal
login_codepage:
login_case_sensitive: no

 

but you have different credentials here?

 

if you're just running it from localhost, please post your whole inter_athena.conf

and please make sure that the file size of every file in the "conf/import" have 0 bytes.

Edited by benching
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...