Search



Search Results
Displaying 141 to 150 of 3565 total results
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database. The following example shows the process of creating a database from existing code. Initialize a valid .NET ...MySQL Connector/NET is compatible with multiple versions of Entity Framework ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database. The following example shows the process of creating a database from existing code. Initialize a valid .NET ...MySQL Connector/NET is compatible with multiple versions of Entity Framework ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-iam-role-cloudwatch.html
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 CloudWatch to monitor your DB Systems and MySQL HeatWave ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-creating-startup-scripts.html
The startup scripts are optional, and you can create them if you want to use them for customization. On Windows: <mysqlsh binary path>\mysqlshrc.[js|py] On Unix: <mysqlsh binary path>/mysqlshrc.[js|py] In the MySQL Shell user configuration path, as ... When MySQL Shell is started in JavaScript or Python mode, and also when you switch to JavaScript or Python mode for the first time, MySQL Shell searches for startup scripts to be ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create-saving.html
As an alternative, scripts containing reports can be stored directly in the init.d folder in the MySQL Shell user configuration path. (In this location, the file name does not matter to MySQL Shell.) The default MySQL Shell user configuration path ... A MySQL Shell report must be saved with a file extension of .js for JavaScript code, or .py for Python code, to match the scripting language used for the ...
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/refman/8.4/en/create-table-secondary-indexes.html
A secondary index may be created on one or more virtual columns or on a combination of virtual columns and regular columns or stored generated columns. When a secondary index is created on a virtual generated column, generated column values are ...A ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create-example.html
This example user-defined report sessions shows which sessions currently exist.
Displaying 141 to 150 of 3565 total results