문제

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