Documentation Home
MySQL Enterprise Backup 8.4 User's Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


19.6 Other Operations

This group of operations consists of anymysqlbackup commands not covered in other sections of this chapter.

mysqlbackup --error-code=CODE print-message

print-message

Prints the associated exit message for amysqlbackup exit code to thestdout stream.

Use the--error-code option to supply the exit code for which you want to receive the associated exit message:

$ mysqlbackup print-message --error-code=4 2> /dev/nullOne of the required files not found

For a list ofmysqlbackup exit codes and messages, seeSection 17.1, “Exit codes of MySQL Enterprise Backup”.