MySQL Enterprise Backup 9.3 Release Notes
        
This group of operations consists of any mysqlbackup commands not covered in other sections of this chapter.
mysqlbackup --error-code=CODE 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 foundFor a list of mysqlbackup exit codes and messages, see Section 17.1, “Exit codes of MySQL Enterprise Backup”.