DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) show-errors

Info Catalog (mysql.info) show-engines (mysql.info) show (mysql.info) show-grants
 
 13.5.4.11 `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.
 
 The `LIMIT' clause has the same syntax as for the `SELECT' statement.
 See  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.
 
Info Catalog (mysql.info) show-engines (mysql.info) show (mysql.info) show-grants
automatically generated byinfo2html