Search



Search Results
Displaying 551 to 560 of 2325 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-mgmd.html
Management clients can connect to the management server and check the cluster's status. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection ...
https://dev.mysql.com/doc/refman/9.7/en/replica-logs-status.html
A replica server creates two replication metadata repositories, the connection metadata repository and the applier metadata repository. The replica's connection metadata repository contains information that the replication I/O (receiver) thread ...
https://dev.mysql.com/doc/refman/9.7/en/show-replica-status.html
However, because the file positions are not being regularly updated in the connection metadata repository and the applier metadata repository except in a few situations, they are likely to be out of date if the server is restarted. This tells you ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/monitoring-innodb-cluster.html
Before you can check the status of the InnoDB Cluster, you need to get a reference to the InnoDB Cluster object by connecting to any of its instances. However, if you want to make changes to the configuration of the cluster, you must connect to a ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-ldap-kerberos-authentication.html
MySQL Shell supports both LDAP and Kerberos authentication for classic MySQL protocol connections. The sections that follow describe how to enable connections to MySQL server using LDAP and Kerberos authentication. No password hashing or encryption ... MySQL Enterprise Edition supports authentication methods that enable MySQL Server to use LDAP (Lightweight Directory Access Protocol), LDAP with Kerberos, or native Kerberos to authenticate MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-binlogs.html
By default, the [DEFAULT] profile in the Oracle Cloud Infrastructure CLI configuration file located at ~/.oci/config is used to establish a connection to the bucket. You can substitute an alternative profile to be used for the connection with the ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-ssl-set.html
It is optional to call mysql_ssl_set() to obtain an encrypted connection because by default, MySQL programs attempt to connect using encryption if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted ... bool mysql_ssl_set(MYSQL *mysql, const char *key, const char *cert, const char *ca, const char *capath, const char *cipher) Description Note As of MySQL 8.0.35, mysql_ssl_set() is deprecated and subject to removal in a future MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-requirements.html
MySQL server: Although it is not required, MySQL Workbench is designed to have either a remote or local MySQL server connection. For additional information about connecting to a MySQL server, see Chapter 5, Connections in MySQL Workbench. MySQL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes Connector/C++ now can be compiled using MinGW on Windows. Note that this enables building on MinGW but does not make MinGW an officially supported ...
Displaying 551 to 560 of 2325 total results