Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
server TCP/IP Server localhost The host name of the MySQL server. port Port 3306 The TCP/IP port to use if server is not localhost. password Password - The password for the user account on server. socket - - The Unix socket file or Windows named ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
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', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
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', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-secure-socket-layer-support-ssl.html
The server checks the version of OpenSSL at startup; if it is lower than 1.1.1, TLSv1.3 is removed from the default values for all server system variables relating to TLS versions, including group_replication_recovery_tls_version. You can change the ...The Group Replication system variable group_replication_ssl_mode is used to activate the use of SSL for group communication connections and specify the security mode for the ...This ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
Examples: MySQLInstallerConsole --modify server:+documentation MySQLInstallerConsole modify server:-debug [--]remove [product1], [product2] [...] Removes one ore more products from your system. To use the console: Open a command prompt with ...
https://dev.mysql.com/doc/refman/8.4/en/flush.html
Signals can be sent by the root system account or the system account that owns the server process. If the --skip-grant-tables option was specified at server startup to disable the MySQL privilege system, FLUSH PRIVILEGES provides a way to enable the ...By default, the server writes FLUSH statements to the binary log so that they replicate to ...| tables_option } flush_option: { BINARY LOGS | ENGINE LOGS | ERROR LOGS | GENERAL LOGS | LOGS | PRIVILEGES | OPTIMIZER_COSTS | RELAY LOGS [FOR CHANNEL channel] | SLOW LOGS | ...
MySQL 8.4 Reference Manual :: A.11 MySQL 8.4 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
https://dev.mysql.com/doc/refman/8.4/en/faqs-cjk.html
The server uses the name to set the character_set_client, character_set_results, and character_set_connection system variables. Why does SELECT display them as “?” characters? This problem is usually due to a setting in MySQL that does not match ... This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
Tip When Group Replication starts successfully and the server joins the group it checks the super_read_only variable. At this point, the group has one member in it, server s1, which has some data in it. It is now time to expand the group by adding ...This member needs to have the same replication user configured in Section 20.2.1.3, “User Credentials For Distributed ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MIT Kerberos must be installed on each client system to enable authentication of request tickets for Connector/NET by a MySQL server. MIT Kerberos must be installed on each client system to enable authentication of request tickets for Connector/NET ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
MIT Kerberos must be installed on each client system to enable authentication of request tickets for Connector/NET by a MySQL server. Minimum version: SCRAM-SHA-1: Connector/NET 8.0.22 SCRAM-SHA-256: Connector/NET 8.0.23 GSSAPI: Connector/NET 8.0.24 ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...