Search Results
https://dev.mysql.com/doc/refman/9.7/en/year.html
In strict SQL mode, attempting to insert an invalid YEAR value produces an error. The YEAR type is a 1-byte type used to represent year values. It can be declared as YEAR with an implicit display width of 4 characters, or equivalently as YEAR(4) ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-capacity-options.html
MySQL Enterprise Backup will throw an error if the option is used but no regular expression is supplied with it. These options limit the resources used by the backup process, in order to minimize backup overhead for busy or huge databases, or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-cloud-options.html
Minimum value: 64 Maximum value: 3072 on 32-bit machines, 5120 on 64-bit machines Default value: 2048 Note One and only one of --cloud-tempauth-url, --cloud-identity-url, --cloud-basicauth-url, or --cloud-storage-url should be used when accessing a ... These options are for using cloud storage for single-file ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-encrypted-innodb-options.html
The same password supplied during backup must be supplied again during a copy-back-and-apply-log, apply-log, or an apply-incremental-backup operation for the backup, or mysqlbackup will error out when it encounters encrypted InnoDB tables or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-incremental-options.html
If this value has been set explicitly but page tracking cannot be used, the backup fails with an error. For an overview of incremental backups and usage examples for these options, see Section 4.3.3, “Making a Differential or Incremental ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-progress-report-options.html
The argument of the option controls the destination to which the progress indicators are sent: stderr: Progress indicators are sent to the standard error stream. There are two options for controlling the progress reporting function of mysqlbackup: ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/connection-options.html
Unknown connection parameters cause mysqlbackup to throw an error and quit. When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server connection. The way to create a connection is similar to what is ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-faq.html
Otherwise, the error message makes it look as if the option name is not recognized. This section lists some common questions about MySQL Enterprise Backup, with answers and pointers to further information. A.2: What is the big ibdata file that is ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.usage.html
--error-code The exit code for which the print-message command prints the corresponding exit message. The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-apps-generic-linux-notes.html
With this change, you might encounter following problems when using Connector/C++ installed from a generic Linux package: An upgrade from Connector/C++ 8.0.29 (or earlier) to 8.0.30 (or later) could produce runtime errors after the upgrade, even if ... This section describes aspects of building Connector/C++ applications that are specific to ...