SV-253709r961125_rule
V-253709
SRG-APP-000226-DB-000147
MADB-10-005100
CAT II
10
If value of log_bin is "OFF", modify the MariaDB configuration file. This can be found in /etc/my.cnf.d/.
Optionally specify the location of the binary logs by specifying the full path for the binary logs.
[mariadb]
log_bin=mariadb_bin
Verify InnoDB logging is configured.
As the database administrator, verify the following settings:
Note: If no specific directory is given before the filename, the files are stored in DATADIR.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';
If value is "OFF", this is a finding.
V-253709
False
MADB-10-005100
Verify InnoDB logging is configured.
As the database administrator, verify the following settings:
Note: If no specific directory is given before the filename, the files are stored in DATADIR.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';
If value is "OFF", this is a finding.
M
5475