I'd like to be able to use multiple mysql databases in one Laravel app hosted on Fortrabbit - So I could make a sort of separate app in another page using a separate mysql database than the main app's mysql database. Is this an option with Fortrabbit's setup - or would I be better off making a whole new app and just make the separate app in a sub-domain?

有帮助吗?

解决方案

Fortrabbit provides only one MySQL database per App. You can however access (your) other App's databases from any other App. Apart from this you could either get your own RDS instances on AWS and access them or use a third party vendor which offers (MySQL) databases.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top