Product Documentation

MariaDB logs are located in the "/usr/local/strongkey/mariadb-11.4.2/log" directory. This log file will have all the errors/exceptions printed and is useful in debugging any problems related to MariaDB itself on the SKFS.

  1. Change directory to the MariaDB logs folder.

    shell> cd /usr/local/strongkey/mariadb-11.4.2/logs
    
    # For SKFS version 4.12 and below, use the following command instead:
    shell> cd /usr/local/strongkey/mariadb-10.6.8/logs
    
  2. View the error file.

    shell> cat mysqld-error.log