Search Results
https://dev.mysql.com/doc/refman/8.4/en/audit-log.html
To use a different database, set the audit_log_database system variable at server startup. To change the name of the file, set the audit_log_file system variable at server startup. To select the file format, set the audit_log_format system variable ...MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin named ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-ssl-for-recovery.html
The default for this system variable depends on the TLS protocol versions supported in the MySQL Server release. If this system variable is set to NULL when TLSv1.3 is used (which is the default if you do not set the system variable), the ...These ... Important When using the MySQL communication stack (group_replication_communication_stack=MYSQL) AND secure connections between members (group_replication_ssl_mode is not set to DISABLED), the security settings discussed in this section are applied not just to distributed recovery connections, but to group communications between members in ...
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
If you installed MySQL using the MSI, the default installation directory is C:\Program Files\MySQL\MySQL Server 8.4: C:\> cd "C:\Program Files\MySQL\MySQL Server 8.4" A common installation location for installation from a ZIP archive is C:\mysql: ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...If ...This property overrides the value of 'characterEncoding' with the default character set this collation belongs to, if and only if 'characterEncoding' is not configured or is configured with a character set that is incompatible with the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...If ...This property overrides the value of 'characterEncoding' with the default character set this collation belongs to, if and only if 'characterEncoding' is not configured or is configured with a character set that is incompatible with the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
A plugin can implement system and status variables that are available through the SHOW VARIABLES and SHOW STATUS statements. The server plugin API has these characteristics: All plugins have several things in common. If the API changes over time, ...Each plugin has a name that it can be referred to in SQL statements, as well as other metadata such as an author and a description that provide other ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--ai-increment=# Command-Line Format --ai-increment=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 For a table with a hidden primary key, specify the autoincrement increment, like the auto_increment_increment system variable ...ndb_import requires a connection to an NDB management server (ndb_mgmd) to function; it does not require a connection to a MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-user-password.html
MySQL Workbench users connect to the MySQL server by providing the MySQL user name and LDAP password. The mysql_clear_password client-side plugin is compatible with the authentication_ldap_simple server-side plugin. The server-side plugin must be ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to mutually authenticate users and MySQL services. This way both the user and the server are able to verify each other's identity.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL server instance. To open the Administration - Users and Privileges tab: Establish a connection to an active MySQL server ...