Issue information

Issue ID
#6663
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Sep 10, 2012 2:35
Last Post
Hercules Elf Bot
Sep 10, 2012 2:49
Confirmation
Yes (0)
No (2)

Hercules Elf Bot - Sep 10, 2012 2:35

Originally posted by [b]zmref[/b]
[color=#ee82ee] [SQL][/color] DB Error Table 'ragnarok.picklog' doesn't exist

I also encounter ragnarok.commandlog

To fix it..
what I did was I went to logs.sql and copied the commandlog table then pasted & executed it inside ragnarok schema there you go it was fixed but it is located on ragnarok not in logs it was a logic error. because I think logs should be inside logs.sql right? correct me if I'm wrong

Hercules Elf Bot - Sep 10, 2012 2:38

Originally posted by [b]Brian[/b]
You can set the name of your "logs" database in [svn=trunk/conf/inter_athena.conf]
[code]// 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[/code]

main.sql and logs.sql do not contain any [font=courier new,courier,monospace]CREATE DATABASE[/font] or [font=courier new,courier,monospace]USE DATABASE[/font] statements because you get to pick your own database names. :)

This post has been edited by Brian on Sep 10, 2012 3:49

Hercules Elf Bot - Sep 10, 2012 2:49

Originally posted by [b]zmref[/b]
done thanks for that additional info