Homemariadb Show recently executed SQL statements in MariaDB byAlex R. •June 17, 2021 Enable general_log by running:SET GLOBAL log_output = 'TABLE'SET GLOBAL general_log = 'ON'Then view the contents of the general_log table to see SQL statements.To turn this off, runSET GLOBAL general_log = 'OFF' Tags mariadb Facebook X