15.6 Other Operations

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

mysqlbackup --error-code=CODE print-message

  • print-message

    Prints the associated exit message for a mysqlbackup exit code to the stdout 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/null
    
    One of the required files not found

    For a list of mysqlbackup exit codes and messages, see Section 13.1, “Exit codes of MySQL Enterprise Backup”.