Jump to content
  • 0

Access denied in eathena master + rathena master


DragonHero

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

[Error]: make_listen_bind: bind failed (socket #1, code 10048)!

new issue in login server i tried everything idk what to do and yes i been searching for answers so far none

i couldn't post in the prior topic because a mod locked me out this isn't a matter of me being impatient or being new to the server community

this is me being antsy on getting my server back online because i couldn't run it for over 8 yrs and my original files were in a tower that was stolen from me i just want it back up so i can redo what i did before

yes i port forwarded  port 6900 in my router settings and yes i turned off my firewall

since this wasn't answered i went and followed that guide and did a clean extract of the server files i downloaded from the src followed the guide word for word now im stuck with this


                   rAthena Development Team presents
                      ___   __  __
                _____/   | / /_/ /_  ___  ____  ____ _
               / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
              / /  / ___ / /_/ / / /  __/ / / / /_/ /
             /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/

                     http://rathena.org/board/

[Info]: Server supports up to '4096' concurrent connections.
[Info]: Finished reading conf/import/inter_conf.txt.
[Info]: Finished reading conf/inter_athena.conf.
[Info]: Finished reading conf/import/login_conf.txt.
[Info]: Finished reading conf/login_athena.conf.
[Info]: Done reading '23' messages in 'conf/msg_conf/login_msg.conf'.

: Access denied for user 'ragnarok'@'%' to database 'ragnarok'

	[Error]: Couldn't connect with uname='ragnarok',passwd='ragnarok',host='192.168.1.115',port='3306',database='ragnarok'

	[Debug]: at c:\users\vampy69\desktop\rathena-master\src\login\loginlog.c:193


[Info]: Server supports up to '4096' concurrent connections.
[Status]: Login server IP address : 192.168.1.115 -> 192.168.1.115
[Status]: Character server IP address : 192.168.1.115 -> 192.168.1.115
[Info]: Done reading conf/import/char_conf.txt.
[Info]: Done reading conf/char_athena.conf.
[Info]: Done reading conf/import/inter_conf.txt.
[Info]: Done reading conf/inter_athena.conf.
[Info]: Done reading '147' messages in 'conf/msg_conf/char_msg.conf'.
[Info]: Done reading conf/import/inter_conf.txt.
[Info]: Done reading conf/inter_athena.conf.
[Info]: Connect Character DB server.... (Character Server)

: Access denied for user 'ragnarok'@'%' to database 'ragnarok'
[Error]: Couldn't connect with username = 'ragnarok', password = 'ragnarok', host = '192.168.1.115', port = '3306', database = 'ragnarok'
[Debug]: at c:\users\vampy69\desktop\rathena-master\src\char\inter.cpp:947


                   rAthena Development Team presents
                      ___   __  __
                _____/   | / /_/ /_  ___  ____  ____ _
               / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
              / /  / ___ / /_/ / / /  __/ / / / /_/ /
             /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/

                     http://rathena.org/board/

[Info]: Server supports up to '4096' concurrent connections.
[Info]: Char Server IP Address : '192.168.1.115' -> '192.168.1.115'.
[Info]: Map Server IP Address : '192.168.1.115' -> '192.168.1.115'.
[Status]: Using SQL dbs: no
[Info]: Logging item transactions to table 'picklog'.
[Info]: Logging commands to table 'atcommandlog'.
[Info]: Logging 'logmes' messages to table 'npclog'.
[Info]: Logging Cash transactions to table 'cashlog'.
[Info]: Logging Feeding items to table 'feedinglog'.
[Info]: Connecting to the Map DB Server....
[SQL]: Access denied for user 'ragnarok'@'%' to database 'ragnarok'
[Error]: Couldn't connect with uname='ragnarok',passwd='ragnarok',host='192.168.1.115',port='3306',database='ragnarok'
[Debug]: at c:\users\vampy69\desktop\rathena-master\src\map\map.cpp:4072
[Debug]: at c:\users\vampy69\desktop\rathena-master\src\map\map.cpp:4074

this issue is with rathena master

the other issue was with the eathena master

 

Edited by DragonHero
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  249
  • Reputation:   72
  • Joined:  10/20/12
  • Last Seen:  

Quote

: Access denied for user 'ragnarok'@'%' to database 'ragnarok'

That's a mysql error, which means you cannot connect to your mysql database. You either need to create the mysql user or adjust your configuration.

Edited by Jey
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

how will i go about resolving this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  249
  • Reputation:   72
  • Joined:  10/20/12
  • Last Seen:  

https://github.com/rathena/rathena/wiki/installations

https://dev.mysql.com/doc/refman/5.7/en/create-user.html

Also have a closer look in our configuration folder: https://github.com/rathena/rathena/tree/master/conf

especially the inter athena settings for this very problem: https://github.com/rathena/rathena/blob/master/conf/inter_athena.conf

keep in mind you can set the configurations in an import folder, which helps you keep the files untracked from your version control https://github.com/rathena/rathena/tree/master/conf/import-tmpl

 

If you already have problems at this stage please get more used to reading and testing stuff out. We can't help you at every little step. Don't underestimate your common sense and your personally preferred search engine to solve these problems.

Edited by Jey
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

i know and thanks for the info + eathena loads the maps just doesn't connect as you said

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