Search



Search Results
Displaying 951 to 960 of 4187 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(Bug #31872906) Functionality Added or Changed Improved server disconnection handling of an X Protocol connection now creates a log entry and returns an error message, as needed, after Connector/NET receives a connection-close notice from the server. This notice applies to a server connection that remains idle for longer than the relevant timeout ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(Bug #89480, Bug #32144255, Bug #32192619, Bug #32001787, Bug #27477376, WL #14027, WL #14239, WL #14240) Improved server disconnection handling of X Protocol connections now creates a log entry and returns an error message, as needed, after ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-28.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Using TLSv1.3 requires that the server be compiled with OpenSSL 1.1.1 or higher and Connector/J be run with a JVM that supports TLSv1.3 (for example, Oracle Java 8u261 and above). (Bug ... Version 8.0.28 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/backup-policy.html
In MySQL, these changes are represented in the binary log, so the MySQL server should always be started with the --log-bin option to enable that log. With binary logging enabled, the server writes each data change into a file while it updates data.
https://dev.mysql.com/doc/refman/9.7/en/federated-create.html
To create a FEDERATED table you should follow these steps: Create the table on the remote server. Create the table on the local server with an identical table definition, but adding the connection information that links the local table to the ...
https://dev.mysql.com/doc/refman/9.7/en/function-resolution.html
This section describes how the server recognizes whether the name of a built-in function is used as a function call or as an identifier, and how the server determines which function to use in cases when functions of different types exist with a ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-benchmarking.html
If InnoDB is not the default storage engine, you can determine if your database server and applications work correctly with InnoDB by restarting the server with --default-storage-engine=InnoDB defined on the command line or with ...Since changing ...
https://dev.mysql.com/doc/refman/9.7/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. For the following instructions, suppose that you want to run the mysqld server from two different versions of MySQL that are installed at C:\mysql-5.7.9 and C:\mysql-9.7.0, respectively. The ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-security-networking-issues.html
Any ndb_mgm client This means that any cluster management client that is given the management server's host name (or IP address) and port (if not the standard port) can connect to the cluster and execute any management client command. You can ... In ...
Displaying 951 to 960 of 4187 total results