hi i wanted to use the new hercules and tried to setup it by myself (cause theres no guide yet)
: DB error - Table 'hercules.loginlog' doesn't exist
i know the problem is the loginlog should be on the hercules database.
but i'm not sure if i should import the logs.sql + main.sql on 1 hercules database
i looked at conf/global/sqlconnection.conf
but there's no additional lines to put loginlog
my question is
1. should i put logs.sql and main sql in 1 database?
2. or is there a way to seperate them?
sql_connection: {
// [INTER] You can specify the codepage to use in your mySQL tables here.
// (Note that this feature requires MySQL 4.1+)
//default_codepage: ""
// [LOGIN] Is `userid` in account_db case sensitive?
//case_sensitive: false
// For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1.
// Under windows, you want to use 127.0.0.1. If you see a message like
// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
// and you have localhost, switch it to 127.0.0.1
db_hostname: "127.0.0.1"
db_port: 3306
db_username: "root"
db_password: "ragnarok"
db_database: "hercules"
//codepage:""
}
hi i wanted to use the new hercules and tried to setup it by myself (cause theres no guide yet)
i know the problem is the loginlog should be on the hercules database.
but i'm not sure if i should import the logs.sql + main.sql on 1 hercules database
i looked at conf/global/sqlconnection.conf
but there's no additional lines to put loginlog
my question is
1. should i put logs.sql and main sql in 1 database?
2. or is there a way to seperate them?
Share this post
Link to post
Share on other sites