Comments - Configuring MariaDB with Option Files

4 years, 2 months ago Testing User A Test

I configured the following in /etc/my.cnf:

!includedir /etc/my.cnf.d/

Under /etc/my.cnf.d, there are the following files:

server.cnf server.cnf.bak client.cnf client.cnf.bak enable_encryption.preset mysql-clients.cnf mysql-clients.cnf.bak

Do all statements inside the above files will be read and processed by mysqld when db startup, or only files with extension .cnf will be processed?

 
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.