Search Results
https://dev.mysql.com/doc/connectors/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/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/refman/9.7/en/network-namespace-support.html
On the server side, the bind_address, admin_address, and mysqlx_bind_address system variables have extended syntax for specifying the network namespace to use for a given IP address or host name on which to listen for incoming connections. A ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
Value is three 2-byte unsigned integers representing the character_set_client, collation_connection, and collation_server system variables. Value is two 2-byte unsigned integers representing the auto_increment_increment and auto_increment_offset ...
https://dev.mysql.com/doc/refman/9.7/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 ...
MySQL 9.7 Reference Manual :: A.11 MySQL 9.7 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/automatic-start.html
On Linux systems that support systemd, you can use it to control the server. On systems that use System V-style run directories (that is, /etc/init.d and run-level specific directories), invoke mysql.server. systemd, the mysqld_safe and mysql.server ... This section discusses methods for starting and stopping the MySQL ...On Windows, ...
https://dev.mysql.com/doc/refman/9.7/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/refman/9.7/en/audit-log-component-reference.html
To use a different database, set the audit_log.database system variable at server startup. If there are invalid filter configurations in the audit_log_filter table, the audit_log.filter_recovery_mode system variable controls the recovery mode of the ...You can set any of these variables at server startup, and some of them at ...Audit Log Tables MySQL Enterprise Audit uses tables in ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-ldap-kerberos-authentication.html
For the list of server variables related to Kerberos authentication through LDAP SASL, see Configure the Server-Side SASL LDAP Authentication Plugin for GSSAPI/Kerberos. MySQL Enterprise Edition supports authentication methods that enable MySQL ...