Page MenuHomePhabricator

Use database flags and options in installer
Open, LowPublic

Description

I tried installing MediaWiki with a database user requiring a (MySQL) SSL connection. More generally there should be some way to specify some advanced database configuration: the flags and more generally the other options passed to the constructor of Database. I’m not sure how to specify exactly this in CLI and/or Web installer.

To implement this, it will be modified the calls to Database::factory() in MysqlInstaller and in other database-specific installers.