Jump to content
  • 0

[SQL] DB error - Table 'ragnarok.loginlog' doesn't exists


Matrixfox

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

I've been running into some problems I can't solve on my own. There's gotta be something I'm missing...

The first picture shows my computer running "rathena Rev 15429" with database log issue... I end up getting frustrated and downloaded my old server (rathena Rev 15162) from my cloud. She worked with out a problem, even after a connect and disconnect. I'm using the newer SQL database files while running the older server might I add. May I ask how to fix this, and what also changed from the older to the new?

snag0000t.png

---

snag0003e.png

Uploaded with ImageShack.us

Source links

---

http://bytes.com/top...ut-im-sure-does

http://www.eathena.w...howtopic=234481

google search

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  243
  • Reputation:   206
  • Joined:  11/28/11
  • Last Seen:  

Your sql log settings are enabled but your database names is still using txt settings. To fix this, open your log_athena.conf and read the contents below the "Logging tables/files" title. Notice that there are two "names" for every log database; the first is the txt (defaulted), and the second one is the SQL (which is commented out).

Edit: QQ, sorry, I misread. Lol

Try checking your conf/inter_athena.conf and conf/import/inter_conf.txt file for the log_db_db setting. Make sure it says 'log' instead of 'ragnarok'?

Edited by Xantara
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Oh wow thanks!!! That was simple, you just taught me a whole lot right now...

PS: Thanks for not removing your last message.

Also I have absolutely nothing in conf/import/inter_conf.txt

Edited by matrixfox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

I have the same problem here.. does anyone here know how to fix this?? everthing seems fine..

i tried eathena SVN and everything is working..

and yea.. there's nothing in conf/import/inter_conf.txt

281ecr6.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

post your inter_athena.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

sir ngek202, i have the same Problem.. eto ung skin

sql.db_hostname: 127.0.0.1

sql.db_port: 3306

sql.db_username: ragnarok

sql.db_password: ragnarok

sql.db_database: ragnarok

sql.codepage:

// MySQL Character SQL server

char_server_ip: 127.0.0.1

char_server_port: 3306

char_server_id: ragnarok

char_server_pw: ragnarok

char_server_db: ragnarok

// MySQL Map SQL Server

map_server_ip: 127.0.0.1

map_server_port: 3306

map_server_id: ragnarok

map_server_pw: ragnarok

map_server_db: ragnarok

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: ragnarok

log_db_pw: ragnarok

log_db_db: ragnarok

log_codepage:

log_login_db: loginlog ( i tried changing loginlog to "log" but stil the same)

tnx for the help btw

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Edit your inter_athena.conf to your database. In this case it would look like this.

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: ragnarok

log_db_pw: ragnarok

log_db_db: log

log_codepage:

log_login_db: loginlog

Edited by matrixfox
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   1
  • Joined:  06/05/12
  • Last Seen:  

gracias

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  04/08/13
  • Last Seen:  

I have the same problem but now solved ! thx /no1

 

log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: ragnarok
log_db_pw: ragnarok
log_db_db: log <<<<<<<<<<
log_codepage:
log_login_db: loginlog 
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...