what if I need 2 databases ?
Solved
LAMP
-
So I try to install CiviCRM with WordPress
At first, I tried with WordPress for Dev but had an error when it came to install CiviCRM
so I thought I'll use LAMP for that to see if the error persist.CiviCRM recommend having a separate database; 1 for wp and 1 for civi.
So I was wondering how I could do that since the mysql user created don't have that right
-
found it
guys your really thought about every scenario
The multipleDatabases option can be set to true if the app requires more than one database. When enabled, the following environment variables are injected and the MYSQL_DATABASE is removed: CLUODRON_MYSQL_DATABASE_PREFIX= # prefix to use to create databases
ref: https://docs.cloudron.io/packaging/addons/#mysql
BTW: I found a typo: CLUODRON_MYSQL_DATABASE_PREFIX