Jump to content
  • 0

logserv-sql.bat


mhadz23

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/02/13
  • Last Seen:  

Anyone can teach me how to debug loginlog_sql.c?post-16258-0-60012700-1365252862_thumb.png

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

make sure you have loaded this SQL table

trunk/sql-files/logs.sql

 

ensure the logs database connection are correct

trunk/conf/inter_athena.conf

// 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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/02/13
  • Last Seen:  

done correctly, but still same error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

The loginlog table in rAthena is by default on the logs database, but then the emulator looks for it in the ragnarok one.

 

That's not a critical error -you can still use rAthena with this problem- but if you want to solve it just export the loginlog table structure from the logs database (use PhpMyAdmin if you want) and then import it in the ragnarok database, so you'll never get those notices again.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/02/13
  • Last Seen:  

What should i do?

post-16258-0-42222200-1365257466_thumb.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/02/13
  • Last Seen:  

So many Errors -.-

post-16258-0-27256600-1365261315_thumb.png

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

rename trunk/conf/import-tmpl/

to

trunk/conf/import/
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/02/13
  • Last Seen:  

btw sir emistry thanks for the help, but nothings changed

post-16258-0-31288300-1365308398_thumb.png

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