DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) SHOW ERRORS

Info Catalog (mysql.info.gz) SHOW ENGINES (mysql.info.gz) SHOW (mysql.info.gz) SHOW GRANTS
 
 13.5.4.9 `SHOW ERRORS' Syntax
 .............................
 
      SHOW ERRORS [LIMIT [OFFSET,] ROW_COUNT]
      SHOW COUNT(*) ERRORS
 
 This statement is similar to `SHOW WARNINGS', except that instead of
 displaying errors, warnings, and notes, it displays only errors.  `SHOW
 ERRORS' is available as of MySQL 4.1.0.
 
 The `LIMIT' clause has the same syntax as for the `SELECT' statement.
  `SELECT' SELECT.
 
 The `SHOW COUNT(*) ERRORS' statement displays the number of errors.
 You can also retrieve this number from the `error_count' variable:
 
      SHOW COUNT(*) ERRORS;
      SELECT @@error_count;
 
 For more information, see  `SHOW WARNINGS' SHOW WARNINGS.
 
Info Catalog (mysql.info.gz) SHOW ENGINES (mysql.info.gz) SHOW (mysql.info.gz) SHOW GRANTS
automatically generated byinfo2html