Search Results
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.
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/connectors/en/connector-j-usagenotes-troubleshooting.html
The MySQL Server may be closing idle connections that exceed the wait_timeout or interactive_timeout threshold. Ensure that any configurable firewall or router timeout settings allow for the maximum expected connection idle time. This section ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
The MySQL Server may be closing idle connections that exceed the wait_timeout or interactive_timeout threshold. Ensure that any configurable firewall or router timeout settings allow for the maximum expected connection idle time. This section ...
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/workbench/en/wb-migration-database-mssql-connection-linux.html
Figure 10.43 SQL Server Connection Parameters Example on Linux Source RDBMS connection parameters include: Database System: Microsoft SQL Server Connection Method: choose ODBC (FreeTDS) to use the local FreeTDS that was installed in an earlier step.
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-asynchronous-connection-failover-managed-table.html
This table holds configuration information used by the replica's asynchronous connection failover mechanism to handle managed groups, including Group Replication topologies. When you add a group member to the source list and define it as part of a ...For a managed group, a source’s weight is assigned depending on whether it is a primary or a secondary ...