Jump to content
  • 0
Diana

Cant understand new Hercules configration system

Question

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

3 answers to this question

Recommended Posts

  • 0
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?

Share this post


Link to post
Share on other sites
  • 0

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. :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.