Hi xenForo,
I"m trying to setup xenforo based on docker I've got it working there is just one issue.
I have two databases and I can only create one database in the mysql container.
Ideally I would like to know if its possible within the config to point to two seperate mysql instances so:
host mysql1 database=website port=3306
and the other database on:
host mysql2 database=game port 3306
So in the end I have two mysql containers listening on different ports.
Is xenforo able to handle the connections properly this way? Or can you only specify one host in the config.php?
I"m trying to setup xenforo based on docker I've got it working there is just one issue.
I have two databases and I can only create one database in the mysql container.
Ideally I would like to know if its possible within the config to point to two seperate mysql instances so:
host mysql1 database=website port=3306
and the other database on:
host mysql2 database=game port 3306
So in the end I have two mysql containers listening on different ports.
Is xenforo able to handle the connections properly this way? Or can you only specify one host in the config.php?