Search



Search Results
Displaying 1161 to 1170 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/myisampack.html
When the table is used later, the server reads into memory the information needed to decompress columns. Please note the following: If the mysqld server was invoked with external locking disabled, it is not a good idea to invoke myisampack if the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-oci-marketplace-connecting.html
This section describes the various connection methods for connecting to the deployed MySQL server on the OCI Compute Instance. To find the temporary root password created for the root user, run the following command: sudo grep 'temporary password' ...Connecting with SSH This section gives some detail on connecting from a UNIX-like platform to the OCI ...
https://dev.mysql.com/doc/refman/9.7/en/replication-features-triggers.html
If you upgrade servers in a replication topology that use a version earlier than MySQL 5.7, upgrade the replicas first and then upgrade the source. If an upgraded replication source server still has old replicas using MySQL versions that do not ...
https://dev.mysql.com/doc/refman/9.7/en/replication-multi-source.html
You might choose to implement multi-source replication to achieve goals like these: Backing up multiple servers to a single server. This is because the server IDs of replicas must be unique in a replication topology. The source distinguishes ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rules-channel-based-filters.html
This is because the server IDs of replicas must be unique in a replication topology. The source distinguishes replicas only by their server IDs, not by the names of the replication channels, so it cannot recognize different replication channels from ... This section explains how to work with replication filters when multiple replication channels exist, for example in a multi-source replication ...
https://dev.mysql.com/doc/refman/9.7/en/reset-replica.html
(This is a condition likely to exist on a replica if you have issued a STOP REPLICA statement or if the replica is highly loaded.) For a server where GTIDs are in use (gtid_mode is ON), issuing RESET REPLICA has no effect on the GTID execution ...
https://dev.mysql.com/doc/refman/9.7/en/xa-statements.html
xid values are supplied by the client, or generated by the MySQL server. The gtrid and bqual values are interpreted in bytes by the MySQL server's underlying XA support routines. However, while an SQL statement containing an XA statement is being ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-encrypted-innodb-options.html
For details on how MySQL Server encrypts and decrypts these items, see InnoDB Data-at-Rest Encryption and Encrypting Binary Log Files and Relay Log Files . The option must be used when backing up a server that has a keyring plugin or component ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-history-table-update.html
Rename the original mysql.backup_history table to mysql.backup_history_old, and the mysql.backup_history_new table to mysql.backup_history. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-introduction.html
MySQL Connector/C++ is a MySQL database connector for C++ applications that connect to MySQL servers. Connector/C++ can be used to access MySQL servers that implement a document store, or in a traditional way using SQL statements. Connector/C++ ...
Displaying 1161 to 1170 of 4187 total results