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.