Search Results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit command. Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-error-summary-tables.html
row *************************** ERROR_NUMBER: 1317 ERROR_NAME: ER_QUERY_INTERRUPTED SQL_STATE: 70100 SUM_ERROR_RAISED: 1 SUM_ERROR_HANDLED: 0 FIRST_SEEN: 2016-06-28 11:01:49 LAST_SEEN: 2016-06-28 11:01:49 Each error summary table has one or more ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-host-cache-table.html
MySQL does not perform matching of Host column values in the mysql.user system table against host names for which one or more of the initial components of the name are entirely numeric, such as 1.2.example.com. COUNT_HOST_ACL_ERRORS The number of ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-memory-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: memory_summary_by_account_by_event_name has USER, HOST, and EVENT_NAME columns. Each row summarizes events for a given account (user and host combination) and event name. Each row summarizes events for a given user and event ...Operation counts help to understand or tune the overall pressure the server is putting ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-stage-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_stages_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ...
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-transaction-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_transactions_summary_by_account_by_event_name has USER, HOST, and EVENT_NAME columns. Each row summarizes events for a given account (user and host combination) ... The Performance Schema maintains tables for collecting current and recent transaction events, and aggregates that information in summary ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command line. Configuration read from the following files in the given order (enclosed in parentheses means ...You can alter the default locations at compile time by using the -DROUTER_CONFIGDIR=<path> ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
External tables use table-level and column-level ENGINE_ATTRIBUTE options of the CREATE TABLE statement to specify the parameters needed to process data stored externally in Object Storage. You can use the CREATE EXTERNAL TABLE statement, which ...