Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handlers-email-group-controls-reference.html
Figure 22.2 Email Notification Groups section Table 22.2 Email Notification Groups List Controls Name Description Create Notification Group button Opens the Create Notification Group dialog. Creating an Email Notification Group You can define email ... This section describes the controls on the Email Notification Group ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
This section covers installation prerequisites, creating the mysql user and group, and unpacking the distribution. Installation Prerequisites Creating the mysql User and Group Unpacking the Distribution Installation Prerequisites The installation ...Installed MySQL binaries are owned by the operating system root ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-incremental-load.html
This example creates the Object Storage folder data_files and uploads the files data_file_1.csv, data_file_2.csv, and data_file_3.csv. Create a session variable with the characteristics of the input_list to create the external table and specify the ... Available as of MySQL 9.0.0, Lakehouse Incremental Load allows you to refresh the data in an external ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-bulk-ingesting.html
See Creating an IAM Role to Access an Amazon S3 Bucket, Creating a DB System, and Editing a DB System. Create a new database or use an existing database to bulk ingest data. For example, the following query creates a new database, airportdb, and ...
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-foreign-keys.html
(Although you can write an ON DELETE or ON UPDATE clause as part of the REFERENCES clause, it is also ignored.) This syntax creates a column; it does not create any sort of index or key. row *************************** Table: shirt Create Table: ...
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
ARRAY is not supported except when used to create a multi-valued index in one of these statements, in which case it is required. Note CONVERT(), unlike CAST(), does not support multi-valued index creation or the ARRAY keyword. Other Uses for Cast ...
https://dev.mysql.com/doc/refman/8.4/en/drop-tablespace.html
DROP [UNDO] TABLESPACE tablespace_name This statement drops a tablespace that was previously created using CREATE TABLESPACE. Only undo tablespaces created using CREATE UNDO TABLESPACE syntax can be dropped. Similar to the system tablespace, ...The ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Note Due to the advantages of group profiles over account profiles, and because a group profile with a single member account is logically equivalent to an account profile for that account, it is recommended that all new firewall profiles be created ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-stopwords.html
The following example demonstrates creating and configuring a new global stopword table for InnoDB. The stopword list is loaded and searched for full-text queries using the server character set and collation (the values of the character_set_server ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-key.html
PARTITION BY KEY are similar to those for creating a table that is partitioned by hash. In both of these cases, the partitioning key is the id column, even though it is not shown in the output of SHOW CREATE TABLE or in the PARTITION_EXPRESSION ...