Cant understand new Hercules configration system

Diana

New member
Messages
4
Points
0
Github
DianaHarris
Hi , It's too long time from the last time using Hercules 

Now I'm trying to install it 

but when I entered Hercules/conf/global/sql_connection.conf

I can see 

db_database: "ragnarokdb"


but my log db name is : ragnarok_logdb

how can I set the log db name?

 
just merge your ragnarokdb and logdb it works fine
But when I start backup my database it will be so difficult because of the size of pick log and other log files 

So , there's another way to save the log to logdb?

 
In import/inter-server.conf

inter_configuration: {
// Log configuration
log: {
// [LOGIN, MAP] Log database SQL connection
sql_connection: {
db_hostname: "127.0.0.1" // Change this to your hostname
db_port: 3306
db_username: "root" // Change this to your mysql username
db_password: "your_password" // Change this to your mysql password
db_database: "db_logs" // Change this to your log db name
}
}
}


In that way your main and log db is separate. :)

 
Back
Top