perror
Usage
perror [OPTIONS] [ERRORCODE [ERRORCODE...]]Options
Option
Description
Examples
shell> perror 96
OS error code 96: Protocol family not supportedLast updated
Was this helpful?
perror [OPTIONS] [ERRORCODE [ERRORCODE...]]shell> perror 96
OS error code 96: Protocol family not supportedLast updated
Was this helpful?
Was this helpful?
shell> perror 1005 1006
MySQL error code 1005 (ER_CANT_CREATE_TABLE): Can't create table %`s.%`s (errno: %M)
MySQL error code 1006 (ER_CANT_CREATE_DB): Can't create database '%-.192s' (errno: %M)shell> perror --silent 1979
You are not owner of query %lu