Search



Search Results
Displaying 1251 to 1260 of 1802 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-group-replication.html
For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group Replication. When working with a Group Replication setup, mysqlbackup makes the backup information ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
So, take into account the additional storage space and the extra time needed during a restore when considering whether to create compressed backups. When it comes to formulating your backup strategy, performance and storage space are the key ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/trouble.logging.html
Besides the message output of MySQL Enterprise Backup to the stderr stream and the log file, progress and history of each backup are also logged into the mysql.backup_progress and mysql.backup_history tables on the backed-up servers (to skip ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-agents.html
This section explains how to back up configuration data for mcmd agents and how to restore the backed-up agent data. Used together with the backup cluster command, the backup agents command allows you to backup and restore a complete ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
For output, it indicates the type of the variable into which a value received from the server should be stored. For character and binary C data, the buffer_length value specifies the length of *buffer when used with mysql_stmt_bind_param() or ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
For output, it indicates the type of the variable into which a value received from the server should be stored. If the server stores the value into a column with a different character set, it converts the value to that character set. The ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
By default, LOCAL capability is determined by the default compiled into the MySQL client library. It expects the PEM session data as returned by mysql_get_ssl_session_data() and copies the result into the MYSQL handle. int mysql_options(MYSQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-handler.html
error_msg points to the buffer into which the message is written, and error_msg_len is the length of the buffer. Typically, the other callbacks store the error message in the data structure pointed to by ptr, so that local_infile_error() can copy ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-functions.html
A native function is added by modifying the MySQL source code to be compiled into the mysqld server and become available on a permanent basis. There are three ways to add a new function to MySQL: Create a stored function (a type of stored object).
Displaying 1251 to 1260 of 1802 total results