Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
Plugin-specific configuration includes preparation of the certificate and key files needed for connecting to HashiCorp Vault, as well as configuring HashiCorp Vault itself. Certificate and Key Preparation HashiCorp Vault Setup keyring_hashicorp ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-config-editor.html
The file can be read later by MySQL client programs to obtain authentication credentials for connecting to MySQL Server. Think of a login path option group as a set of options that specify which MySQL server to connect to and which account to ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-status-variables.html
Performance_schema_session_connect_attrs_longest_seen In addition to the connection attribute size-limit check performed by the Performance Schema against the value of the performance_schema_session_connect_attrs_size system variable, the server ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-system-variables.html
If this variable is 0, the Performance Schema does not maintain connection statistics in the accounts table or status variable information in the status_by_account table. If this variable is 0, the Performance Schema does not maintain connection ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-reference.html
The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 29.1 Performance Schema Tables Table Name Description accounts Connection statistics per client account ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-thread-filtering.html
For foreground threads (resulting from client connections), the initial values of the INSTRUMENTED and HISTORY columns in threads table rows are determined by whether the user account associated with a thread matches any row in the setup_actors ...
https://dev.mysql.com/doc/refman/8.4/en/replication-howto-repuser.html
Each replica connects to the source using a MySQL user name and password, so there must be a user account on the source that the replica can use to connect. You can choose to create a different account for each replica, or connect to the source ...
https://dev.mysql.com/doc/refman/8.4/en/user-names.html
An account is defined in terms of a user name and the client host or hosts from which the user can connect to the server. This means that anyone can attempt to connect to the server using any user name, so you cannot make a database secure in any ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Initialize a connection handler by calling mysql_init() and connect to the server by calling a connection-establishment function such as mysql_real_connect(). (The following discussion provides more information about how to do this.) Close the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality Added or Changed Bugs Fixed Functionality Added ...It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and ...