Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
UserID , User Id , Username , Uid , User name , User Default: null The MySQL login account being used. As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use ... This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
UserID , User Id , Username , Uid , User name , User Default: null The MySQL login account being used. As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use ... This ...
https://dev.mysql.com/doc/refman/8.4/en/using-innodb-tables.html
InnoDB tables are created using the CREATE TABLE statement; for example: CREATE TABLE t1 (a INT, b CHAR (20), PRIMARY KEY (a)) ENGINE=InnoDB; The ENGINE=InnoDB clause is not required when InnoDB is defined as the default storage engine, which it is ...Row Formats The row format of an InnoDB table determines how its rows are physically stored on ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-iam-role-cloudwatch.html
An AWS account with rights to create and manage IAM roles. Creating an IAM Role and Policy for CloudWatch Monitoring 21.5.5 Creating an IAM Role and Policy for CloudWatch Monitoring Use the AWS Management Console to create an IAM role for using ...
https://dev.mysql.com/doc/refman/8.4/en/stored-objects-security.html
(That is, the statement fails if renaming an account would cause a stored object to become orphaned.) CREATE USER fails with an error if any account to be created is named as the DEFINER attribute for any stored object. Administrators can prevent ...
https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
In this example, the EVENT privilege on the schema myschema is removed from the jon@ghidora user account: REVOKE EVENT ON myschema.* FROM jon@ghidora; Important Revoking the EVENT privilege from a user does not delete or disable any events that may ...An event is not migrated or dropped as a result of renaming or dropping the user who created ... To enable or disable the execution ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-rp.html
Review the following examples to see the different ways to use resource principals and Auto Parallel Load to specify files when creating external tables. These examples use an input_list variable to set up the creation of the external table and the ...To learn more, see Load Structured Data Using Lakehouse Auto Parallel ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-iris-quickstart.html
This quickstart illustrates an end-to-end example of creating and using a predictive machine learning model using MySQL HeatWave AutoML. Prepare Datasets Create and use the the database ml_data to store the table of data. mysql> CREATE SCHEMA ...It ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-resource-principal.html
Review the following examples to see the different ways to use resource principals to specify files when creating external tables manually. Resource Principals Examples The following examples use these parameters to create the external tables and ...This topic contains the following sections: Before You Begin Resource Principals Parameters Resource Principals Examples Specify a Single File Specify Multiple Files for One External Table Specify Files with a Pattern What's Next Before You Begin Review the requirements to Access Object Storage with Resource ...