Diana 0 Posted September 3, 2018 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? Quote Share this post Link to post Share on other sites
0 wOni 2 Posted September 4, 2018 just merge your ragnarokdb and logdb it works fine Quote Share this post Link to post Share on other sites
0 Diana 0 Posted September 4, 2018 2 hours ago, wOni said: 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? Quote Share this post Link to post Share on other sites
0 Rebel 23 Posted September 4, 2018 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. 2 akbare and wOni reacted to this Quote Share this post Link to post Share on other sites
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?
Share this post
Link to post
Share on other sites