/usr/share/mysql/mysql-test/t/connect.cnf is in mariadb-test-5.5 5.5.36-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | !include include/default_my.cnf
[mysqld.1]
extra-port= @ENV.MASTER_EXTRA_PORT
extra-max-connections=1
[ENV]
MASTER_EXTRA_PORT= @OPT.port
|