Issue information

Issue ID
#5283
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Feb 1, 2012 3:29
Last Post
Hercules Elf Bot
Feb 16, 2012 20:22
Confirmation
N/A

Hercules Elf Bot - Feb 1, 2012 3:29

Originally posted by [b]darkmeistersp[/b]
In the file [i]inter_athena.conf[/i] the option [b]log_db_db [/b]appears like that:
[CODE]
log_db_db: ragnarok
[/CODE]
And it must be:
[CODE]
log_db_db: log
[/CODE]

This post has been edited by darkmeistersp on Feb 1, 2012 14:43

Hercules Elf Bot - Feb 1, 2012 4:01

Originally posted by [b]ngek202[/b]
uhmm should be log?

[color=#000000]log_db_db[/color][color=#666600]:[/color][color=#000000] log[/color]

Hercules Elf Bot - Feb 1, 2012 4:13

Originally posted by [b]Brian[/b]
[quote name='darkmeistersp' timestamp='1328066955' post='6829']
In the file [i]inter_athena.conf[/i] the option [b]log_db_db [/b]appears like that:[CODE]log_db_db: ragnarok[/CODE]And it must be:[CODE]log_db_db: ragnarok[/CODE]
[/quote]
err what is the difference between the two [code] that you posted?

It was 'log' before, and I think we changed it to 'ragnarok' ([rev=15165/trunk/conf/inter_athena.conf]) because the default rAsql had all tables in one database named `ragnarok`.

This post has been edited by Brian on Feb 1, 2012 14:55

Hercules Elf Bot - Feb 1, 2012 14:47

Originally posted by [b]darkmeistersp[/b]
Oops, sorry, I forgot to edit the second one. It must be log_db_db: log. logs.sql of the sql-files uses the db log, not ragnarok.
[CODE]
#Database: log
[/CODE]

Hercules Elf Bot - Feb 6, 2012 14:59

Originally posted by [b]Kenpachi[/b]
Actually this is not a bug, it's just a new default value.
If you want to have your logs in a separate database, just choose a different name and set up your config according to the choosen name.

Hercules Elf Bot - Feb 6, 2012 15:55

Originally posted by [b]darkmeistersp[/b]
Then [color=#282828][font=helvetica, arial, sans-serif][size=3]logs.sql of the sql-files must use ragnarok DB, now it uses log DB.[/size][/font][/color]

Hercules Elf Bot - Feb 6, 2012 16:36

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15543].