Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-uri.html
This topic contains the following sections: Before You Begin Types of URIs URI Parameters CREATE TABLE Statement JSON Syntax and SQL Syntax OCIFS URI Examples PAR URI Examples Native URI Examples What's Next Before You Begin To use URIs, you require ... To load data manually using uniform resource identifiers (URI), which is available as of MySQL 9.3.1 and supported in MySQL HeatWave on OCI only, review the following examples for different ways to set them ...
https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
Initially, this loads an Easy Setup tab that is enough for most users. Top Memory by User – Shows users consuming the most memory. Top I/O by User/Thread – Shows the top I/O time consumers by user and thread. Waits by User by Time – Lists the ... Performance schema based reports provide insight into the MySQL server operations through helpful high-level ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-delete-inventory.html
To retrieve information on whether the specific asset can be deleted, retrieved as a JSON array, execute a curl request with the following syntax: curl -k -v --user username:password "https://servername:port/v4/inventory/AssetType/AssetID/deletable ... This section describes how to delete information on assets, and groups of assets, from MySQL Enterprise Monitor's inventory, using the curl utility on the command ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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/x-devapi-userguide-shell-python/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/refman/8.4/en/windows-start-service.html
The command connects as the MySQL root user, which is the default administrative account in the MySQL grant system. Note Users in the MySQL grant system are wholly independent from any operating system users under Windows. Finally, before trying to ... On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-predict-row.html
ML_PREDICT_ROW Syntax mysql> SELECT sys.ML_PREDICT_ROW(input_data, model_handle), [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['threshold', 'N'] ['topk', 'N'] ['recommend', ... ML_PREDICT_ROW generates ...
https://dev.mysql.com/doc/internals/en/authentication-after-com-change-user-command.html
During Command Phase, a client can send a COM_CHANGE_USER command which will trigger logging into a new account, including the authentication handshake. Similar to the initial authentication the server may reply with a OK_Packet or ERR_Packet for ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. the hash of the new password, should be sent in the auth-response field of ...In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, ...