Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-models-delete.html
Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. The schema is named for the user that created the model. Before You Begin Review how to Create a Machine Learning Model. mysql> DELETE ...Delete a Model To delete a model from the model catalog table: Query the model catalog table for the model_id, model_owner, and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-shell.html
You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . A MySQL user account on the MySQL DB System to connect with. To connect to a DB System: ...
https://dev.mysql.com/doc/refman/9.7/en/docker-mysql-getting-started.html
Other platforms are not supported, and users using these MySQL Docker images on them are doing so at their own risk. Downloading the server image in a separate step is not strictly necessary; however, performing this step before you create your ...
https://dev.mysql.com/doc/refman/9.7/en/get-diagnostics.html
This instance of GET DIAGNOSTICS assigns the number of available conditions and the rows-affected count to the user variables @p1 and @p2: GET DIAGNOSTICS @p1 = NUMBER, @p2 = ROW_COUNT; To obtain condition information, specify the condition number ... GET [CURRENT | STACKED] DIAGNOSTICS { statement_information_item [, statement_information_item] ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-log-events.html
Table 25.36 Events relating to single user mode Event Priority Severity Level Description SingleUser 7 INFO Entering or exiting single user mode BACKUP Events These events provide information about backups being created or restored. Table 25.33 ...
https://dev.mysql.com/doc/refman/9.7/en/storage-engines.html
(The CREATE TABLE statement in MySQL 9.7 creates InnoDB tables by default.) MySQL Server uses a pluggable storage engine architecture that enables storage engines to be loaded into and unloaded from a running MySQL server. For advanced users, it ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-models-delete.html
Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. The schema is named for the user that created the model. Before You Begin Review how to Create a Machine Learning Model. mysql> DELETE ...Delete a Model To delete a model from the model catalog table: Query the model catalog table for the model_id, model_owner, and ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
Create a test user account to use in this tutorial and set the account to require SSL. Using the MySQL Command-Line Client, connect as root and create the user sslclient (with test as the account password). Then, grant all privileges to the new user ... In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-macos.html
To configure a DSN on macOS, you can either use the command-line utility (myodbc-installer), edit the odbc.ini file within the Library/ODBC directory of the user, or use the ODBC Administrator GUI. Note The ODBC Administrator is included in OS X ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
Create a test user account to use in this tutorial and set the account to require SSL. Using the MySQL Command-Line Client, connect as root and create the user sslclient (with test as the account password). Then, grant all privileges to the new user ... In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use ...