Jump to content
  • 0

Compiling wont change Login for Login-Server


Question

Posted (edited)

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

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

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
  • 0
Posted (edited)

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
  • 0
Posted (edited)

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
  • 0
Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...