Search



Search Results
Displaying 811 to 820 of 2435 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
indexTooLarge: Check for large indexes which are not supported by MySQL 8.0, or higher. The util.checkForServerUpgrade() function is an upgrade checker utility that enables you to verify whether MySQL server instances are ready for upgrade. You can ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
If using the old password format, you will see text beginning with "This account is using the pre-mysql-4.1.1 password hashing type." in the lower right corner of the screen, and also a large Upgrade button on the right. MySQL 4.1 extended password ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-myisam-fk.html
They are often created for existing databases, to clarify their purpose or document them. MySQL Workbench provides facilities for reverse engineering existing databases, and then creating an EER Diagram automatically. In this case, relationship ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Setting this option to "PREFERRED" or "REQUIRED" enables compression algorithm negotiation between Connector and Server, and turns on compression of large X Protocol packets, as long as a consensus is reached between client and server regarding the ...If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-performance.html
If you experience problems with the performance of Connector/ODBC, or notice a large amount of disk activity for simple queries, there are a number of aspects to check: Ensure that ODBC Tracing is not enabled. The Connector/ODBC driver has been ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-borland-builder.html
When you start a query, you can use the Active property or the Open method. The Active property starts by automatically issuing a SELECT * FROM ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-performance.html
If you experience problems with the performance of Connector/ODBC, or notice a large amount of disk activity for simple queries, there are a number of aspects to check: Ensure that ODBC Tracing is not enabled. The Connector/ODBC driver has been ...
https://dev.mysql.com/doc/connector-python/en/connector-python-cext.html
For queries that return large result sets, using the C Extension can improve performance compared to a “pure Python” implementation of the MySQL client/server protocol. Connector/Python supports a C extension that interfaces with the MySQL C ...
Displaying 811 to 820 of 2435 total results