Search



Search Results
Displaying 1881 to 1890 of 1965 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-debug-diagnostics.html
If set to true, ignores any errors generated by the queries used to generate the diagnostic reports. The debugging and diagnostics utility util.debug.collectDiagnostics() enables you to collect diagnostic data on your MySQL server. About the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-working-with-history.html
If the history file cannot be read or written to, MySQL Shell logs an error message and skips the read or write operation. Code which you issue in MySQL Shell is stored in the history, which can then be accessed using the up and down arrow keys.
https://dev.mysql.com/doc/mysql-shell/9.7/en/replicaset-dissolving.html
If any instance is unreachable, the operation fails, generating an error. This section describes how to dissolve a ReplicaSet using replicaSet.dissolve(). ReplicaSets are dissolved in the following way: Replication accounts are dropped from all ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/replicaset-tagging.html
The option argument of ReplicaSet.setOption() and ReplicaSet.setInstanceOption() only support options with the tag namespace and throw an error otherwise. For the purpose of tagging, ReplicaSets support the setOption(), setInstanceOption() and ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/shell-admin-api-communication-stack.html
If it does not support MYSQL, an error is displayed and the command fails. InnoDB Cluster and ClusterSet support the MySQL communication stack introduced for Group Replication in MySQL 8.0.27. The new option, communicationStack: XCOM|MYSQL sets the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/test-failover.html
Commands end with ; mysql-sql> SELECT @@port; ERROR: 2013 (HY000): Lost connection to MySQL server during query The global session got disconnected. To test if InnoDB Cluster high availability works, simulate an unexpected halt by killing an ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-asynchronous-data-structures.html
Enumeration Status Value Description NET_ASYNC_COMPLETE Asynchronous operation is complete NET_ASYNC_NOT_READY Asynchronous operation is still in progress NET_ASYNC_ERROR Asynchronous operation terminated in error NET_ASYNC_COMPLETE_NO_MORE_RESULTS ... This section describes data structures specific to asynchronous C API ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-encrypted-connections.html
The call fails if an encrypted connection cannot be obtained; exit with an error. This section describes how C applications use the C API capabilities for encrypted connections. By default, MySQL programs attempt to connect using encryption if the ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-optional-metadata.html
For connections that are not metadata-optional, setting resultset_metadata to NONE produces an error. When a client executes a statement that produces a result set, MySQL makes available the data the result set contains, and by default also result ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-threaded-clients.html
If undefined-reference errors occur when linking a threaded program against the MySQL client library, the most likely cause is that you did not include the thread libraries on the link/compile command. This section provides guidance for writing ...
Displaying 1881 to 1890 of 1965 total results