Jump to content
  • 0

Problem with connection


Question

Posted
[Error]: Can not connect to login-server.

[Error]: The server communication passwords (default s1/p1) are probably invalid. 

[Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.

[Error]: The communication passwords are set in map_athena.conf and char_athena.conf

 

i have sql, dedicated server, using WinSCP for db, and using PuTTy for system maneagmnet, the problem is that my server was running perfectly 1 hour ago, and now, im not sure of what i did, the Char, and Map athena have their default userid and pswd s1 p1 and i've already checked in my loging db, there is 

"s1 p1" and gender "S", dont know what's happending, thanks for your help.

12 answers to this question

Recommended Posts

Posted

do i have to edit this in "inter_athena"

 

// Log Inter Connections, etc.?

log_inter: 1

 

could it be if i add an "s" to that "1" it will get solved? or isnt.

Posted

thank you for your time, where can i execute that query?, i dont really know where commands are injected. can you explain me that please. im newbie in this.

Posted

Connect to your server with Putty and write

mysql -u your_user_name -p

 

and enter your password when prompted. (The same data you use in your config files)

You should now be connected to your database.

 

USE rathena_database_name 

 

(again, same database as specified in your config files)

 

Then use

SELECT `userid`, `user_pass` FROM `login`;

 

if the passwords do not look like someone smashed their head on the keyboard, write

UPDATE `login` SET `user_pass` = MD5(`user_pass`);

 

And write 

SELECT `userid`, `user_pass` FROM `login`;

 

to verify the passwords have been updated correctly.

Posted (edited)

im actually using 3 programs, PuTTy for SSH, WinSCP for editing tables and txts, and a web sql FTP to administrate accounts and stuff.

Edited by kyyyyhh
Posted

What kind of web SQL panel do you use? PHPMyAdmin?

If you log in to your web panel, you should be able to select the ragnarok database. Do so and search for some option that is called "SQL" or "Query". Execute this command there:

UPDATE `login` SET `user_pass` = MD5(`user_pass`);

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...