Search Results
https://dev.mysql.com/doc/refman/8.4/en/expired-password-handling.html
MySQL provides password-expiration capability, which enables database administrators to require that users reset their password. For example: ALTER USER 'myuser'@'localhost' PASSWORD EXPIRE; For each connection that uses an account with an expired ...Passwords can be expired manually, and on the basis of a policy for automatic expiration (see Section 8.2.15, “Password ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-connection-security.html
Using the MySQL protocol means that standard methods of user authentication can be used for granting (or revoking) access to the group in place of the allowlist, and the latest functionality of the server’s protocol is always available on release.
https://dev.mysql.com/doc/refman/8.4/en/information-schema-applicable-roles-table.html
The APPLICABLE_ROLES table provides information about the roles that are applicable for the current user. The APPLICABLE_ROLES table has these columns: USER The user name part of the current user account. GRANTEE The user name part of the account ...GRANTEE_HOST The host name part of the account to which the role is ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-summary-tables.html
Summary tables provide aggregated information for terminated events over time. The tables in this group summarize event data in different ways. Each summary table has grouping columns that determine how to group the data to be aggregated, and ...
https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
] thread_type: IO_THREAD | SQL_THREAD until_option: UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set | SOURCE_LOG_FILE = 'log_name', SOURCE_LOG_POS = log_pos | RELAY_LOG_FILE = 'log_name', RELAY_LOG_POS = log_pos | SQL_AFTER_MTS_GAPS } ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/refman/8.4/en/alter-database.html
A stored routine that uses the database defaults when the routine is created includes those defaults as part of its definition. See Section 15.1.17, “CREATE PROCEDURE and CREATE FUNCTION Statements”.) If you change the default character set or ...alter_option: { [DEFAULT] CHARACTER SET [=] charset_name | [DEFAULT] COLLATE [=] collation_name | [DEFAULT] ENCRYPTION [=] {'Y' | 'N'} | READ ONLY [=] {DEFAULT | 0 | 1} } ALTER DATABASE enables you to change the overall characteristics of a ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-temporary-tablespace.html
Session Temporary Tablespaces Session temporary tablespaces store user-created temporary tables and internal temporary tables created by the optimizer when InnoDB is configured as the storage engine for on-disk internal temporary tables. A maximum ...Session temporary tablespaces are allocated to a session from a pool of temporary tablespaces on the first request to create an on-disk temporary ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
database A set of tables and related objects owned by a MySQL user. I .ibd file Each InnoDB tablespace created using the file-per-table setting has a filename with a .ibd extension. .ibz file When the MySQL Enterprise Backup product performs a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-connect.html
Use the MySQL Administrator user specified when creating the DB System, see Creating a DB System, or use a MySQL user account created on the DB System using CREATE USER . Connecting from the Console 5.1 Connecting from the Console Connecting to a ...Use the Workspace page to connect to a DB System, and then manage MySQL HeatWave Cluster data and use the Query Editor to run DB System and MySQL HeatWave ...