Search



Search Results
Displaying 1431 to 1440 of 5220 total results
https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source.html
Multi-source replication in MySQL 8.4 enables a replica to receive transactions from multiple immediate sources in parallel. MySQL 8.4 also supports replication filters on specific replication channels with multi-source replicas. In a multi-source ...
https://dev.mysql.com/doc/refman/8.4/en/server-logs.html
MySQL Server has several logs that can help you find out what activity is taking place. Log flushing occurs when you issue a FLUSH LOGS statement; execute mysqladmin with a flush-logs or refresh argument; or execute mysqldump with a --flush-logs ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/manifest-usage.html
mysqlbackup produces these files for use by database server management tools; it does not consult or modify the manifest files after creating them. Management tools can use the manifest during diagnosis and troubleshooting procedures, for example ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-replication.html
Backup and restore operations are especially important in systems that use MySQL replication to synchronize data across a source server and a set of replica servers. In a replication configuration, MySQL Enterprise Backup helps you manage images ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-restore-commands.html
This section contains information about MySQL Cluster Manager client commands relating to backing up a MySQL NDB Cluster and restoring it from backup.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations connected with importing clusters into MySQL Cluster Manager. These operations include migration of cluster processes and copying of configuration data.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-autocommit.html
bool mysql_autocommit(MYSQL *mysql, bool mode) Description Sets autocommit mode on if mode is 1, off if mode is 0.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-character-set-name.html
const char * mysql_character_set_name(MYSQL *mysql) Description Returns the default character set name for the current connection.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-commit.html
Call mysql_close() from the client program to close the connection from the client side. The action of this function is subject to the value of the completion_type system variable. In particular, if the value of completion_type is RELEASE (or 2), ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-fetch-field.html
MYSQL_FIELD * mysql_fetch_field(MYSQL_RES *result) Description Returns the definition of one column of a result set as a MYSQL_FIELD structure. To check whether a result set has metadata, use the mysql_result_metadata() function. Call this function ...
Displaying 1431 to 1440 of 5220 total results