Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-create-table-select.html
This topic describes how to create a new table and insert data using a SELECT query. SELECT statement is executed, the SELECT query is offloaded to MySQL HeatWave for processing, while the table is created in the DB System. 1 row in set, 1 warning ...When the query is offloaded to MySQL HeatWave, it is processed faster, improving the overall performance of the ...
https://dev.mysql.com/doc/refman/8.4/en/create-function-loadable.html
CREATE FUNCTION also adds the function to the Performance Schema user_defined_functions table that provides runtime information about installed loadable functions. Note Like the mysql.func system table, the Performance Schema user_defined_functions ... CREATE [AGGREGATE] FUNCTION [IF NOT EXISTS] function_name RETURNS {STRING|INTEGER|REAL|DECIMAL} SONAME shared_library_name This statement loads the loadable function named ...
https://dev.mysql.com/doc/refman/8.4/en/creating-rsa-files-using-openssl.html
Note An easier alternative to generating the files required for SSL than the procedure described here is to let the server autogenerate them; see Section 8.3.3.1, “Creating SSL and RSA Certificates and Keys using MySQL”. To create the RSA ...
https://dev.mysql.com/doc/internals/en/create.html
Synopsis virtual int create ( name, form, info); const char * name ; TABLE * form ; HA_CREATE_INFO * info ; Description This is the create method. When create() is called you do not need to open the table. Also, the .frm file will have already been ...Parameters name form info Return Values There are no return ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-iam-policy.html
Creating an IAM Policy to Access an Amazon S3 Bucket 21.5.1 Creating an IAM Policy to Access an Amazon S3 Bucket Use the AWS Management Console to create an IAM policy to access an Amazon S3 bucket. Do the following to create an IAM policy: Open ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
MySQL provides these ways to create the SSL certificate and key files and RSA key-pair files required to support encrypted connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing: The ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-event.html
SHOW CREATE EVENT event_name This statement displays the CREATE EVENT statement needed to re-create a given event. For example (using the same event e_daily defined and then altered in Section 15.7.7.19, “SHOW EVENTS Statement”): mysql> SHOW ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-site.html
create site {--hosts=|-h }host_list site_name host_list: host[,host[,...]] The create site command is used to create a MySQL Cluster Manager management site; that is, a set of MySQL Cluster Manager management agents running on one or more host ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
To create a new connection, follow these steps: Launch MySQL Workbench to open the home screen. This step creates a local MySQL connection, so you can skip the Management and OS and SSH Configuration options, which are used for configuring a remote ... This tutorial adds a new connection that can be either an initial connection or an additional ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handlers-creating.html
Event handlers enable you to create a condition which, when met, triggers notifications to concerned parties such as DBAs, System Administrators and so on. It is recommended that you create the event handler using either Assets or Groups, not both.