Search



Search Results
Displaying 201 to 210 of 1437 total results
https://dev.mysql.com/doc/connectors/en/connector-j-fips.html
This can be done by setting the following connection properties: fipsCompliantJsse: Set to true to overcome the above-mentioned issue with FIPS mode. Note When set to true, Connector/J always performs server certificate validation (even if sslMode ...The issue can be overcome by telling Connector/J not to use its custom TrustManager implementation, but use your own security providers ...
https://dev.mysql.com/doc/connector-j/en/connector-j-fips.html
This can be done by setting the following connection properties: fipsCompliantJsse: Set to true to overcome the above-mentioned issue with FIPS mode. Note When set to true, Connector/J always performs server certificate validation (even if sslMode ...The issue can be overcome by telling Connector/J not to use its custom TrustManager implementation, but use your own security providers ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
kerberos_auth_mode SSPI Windows-only, for choosing between SSPI and GSSAPI at runtime for the authentication_kerberos_client authentication plugin on Windows. The deprecated mysql_native_password plugin is supported, but it is disabled by default as ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
kerberos_auth_mode SSPI Windows-only, for choosing between SSPI and GSSAPI at runtime for the authentication_kerberos_client authentication plugin on Windows. The deprecated mysql_native_password plugin is supported, but it is disabled by default as ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-upgrading-member.html
Disable Group Replication from starting up automatically so that you can safely connect to the member after upgrading and configure it without it rejoining the group by setting group_replication_start_on_boot=0. The way which you join upgraded ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-encoding.html
This topic contains the following sections: Run Auto Encoding Usage Notes Auto Encoding Examples What's Next Run Auto Encoding To enable Auto Encoding, specify the auto_enc option in recommend mode. This sequence allows data placement performance ...
https://dev.mysql.com/doc/refman/8.4/en/char.html
When CHAR values are retrieved, trailing spaces are removed unless the PAD_CHAR_TO_FULL_LENGTH SQL mode is enabled. If strict SQL mode is not enabled and you assign a value to a CHAR or VARCHAR column that exceeds the column's maximum length, the ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-natural-language.html
By default or with the IN NATURAL LANGUAGE MODE modifier, the MATCH() function performs a natural language search for a string against a text collection. MyISAM Limitation For very small tables, word distribution does not adequately reflect their ...A collection is a set of one or more columns included in a FULLTEXT ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
(Bug #37039422) Packages for Debian-based systems are now built with WITH_ZLIB=system, and disable MYSQL_MAINTAINER_MODE for debug builds. C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs ...(Bug ...
https://dev.mysql.com/doc/workbench/en/wb-preface.html
If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. If you are using a Commercial release of MySQL Workbench, ...
Displaying 201 to 210 of 1437 total results