I know that exit code = 0
means No error
.
I got exit code = 2
. What does it means ?
Where I can see the complete list of mysqldump
exit codes ?
I know that exit code = 0
means No error
.
I got exit code = 2
. What does it means ?
Where I can see the complete list of mysqldump
exit codes ?
Should be something along these lines:
http://dev.mysql.com/doc/refman/5.5/en/error-types.html
'00' indicates success.
'01' indicates a warning.
'02' indicates “not found.”