DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) SHOW LOGS

Info Catalog (mysql.info.gz) SHOW INNODB STATUS (mysql.info.gz) SHOW (mysql.info.gz) SHOW PRIVILEGES
 
 13.5.4.13 `SHOW LOGS' Syntax
 ............................
 
      SHOW [BDB] LOGS
 
 `SHOW LOGS' displays status information about existing log files.  It
 was implemented in MySQL 3.23.29. Currently, it displays only
 information about Berkeley DB log files, so an alias for it (available
 as of MySQL 4.1.1) is `SHOW BDB LOGS'.
 
 `SHOW LOGS' returns the following fields:
 
 `File'
      The full path to the log file.
 
 `Type'
      The log file type (`BDB' for Berkeley DB log files).
 
 `Status'
      The status of the log file (`FREE' if the file can be removed, or
      `IN USE' if the file is needed by the transaction subsystem)
 
 
Info Catalog (mysql.info.gz) SHOW INNODB STATUS (mysql.info.gz) SHOW (mysql.info.gz) SHOW PRIVILEGES
automatically generated byinfo2html