How to use perror to get details about Error in MySQL
perror is a utility that displays descriptions for system or MySQL error codes. To get the detail for the error codes, you will be running on shell
shell > perror errorcode
MySQL DBA Tutorial - What is perror utility in MySQL Server