This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

Multiple DB instances - in multiple cnf files

Is it possible to breakup the [mysqldx]

[mysqld1]
..
[mysqld2]
..

and so on

into multiple cnf. files (like one each) and include them using the !includedir statement ?

Answer

Yes and no. It works for the server (for all your servers), but it doesn't work for mysqld_multi script yet. It's a bug, MDEV-7341. You can add yourself to the "watch list" of MDEV-7341 if you want to be notified when it's fixed.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.