Search



Search Results
Displaying 281 to 290 of 2266 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
This notice applies to a server connection that remains idle for longer than the relevant timeout setting. (WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise ...(Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed Python 2.7 and 3.5 support, and added Python 3.9 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then exits. By default, it waits for the cluster to achieve STARTED ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-shm-definition.html
The shared-memory transporter (SHM) can improve performance by negating up to 20% of the overhead required by a TCP connection when running an API node (usually an SQL node) and a data node together on the same host. You can enable a shared memory ... Communications between NDB cluster nodes are normally handled using ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
$e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) mforms.App.get().set_status_text("Copied PHP code to clipboard") return 0 This simple plugin generates PHP code to create a MySQL connection using PHP's PDO_MySQL extension.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect-dns-srv.html
MYSQL * mysql_real_connect_dns_srv(MYSQL *mysql, const char *dns_srv_name, const char *user, const char *passwd, const char *db, unsigned long client_flag) Description Note mysql_real_connect_dns_srv() is a synchronous function. Instead, it names a ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
How are servers in a group connected? Servers in a group connect to the other servers in the group by opening a peer-to-peer TCP connection. These connections are only used for internal communication and message passing between servers in the group.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-user-password.html
MySQL Workbench users connect to the MySQL server by providing the MySQL user name and LDAP password. MySQL Workbench enables the client-side mysql_clear_password authentication plugin explicitly for this connection method. Connection values for the ... MySQL uses LDAP to fetch user, credential, and group ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit command. Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
Connections in MySQL Workbench are updated with the certificates by the wizard. Start the SSL wizard from the SSL tab of a MySQL server connection. Update the connection: Updates the defined MySQL connection (in MySQL Workbench) with the generated ... This wizard helps create SSL certificates for both MySQL clients and MySQL ...
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query.
Displaying 281 to 290 of 2266 total results