Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
Table 5.1 Connector/ODBC DSN Configuration Options Parameter GUI Option Default Value Comment user User ODBC The user name used to connect to MySQL. password Password - The password for the user account on server. Example usage: DRIVER={MySQL ODBC ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-predict-row.html
The input table must contain at least two columns with the same names as the user column and item column from the training model. , "item_k"), "column_rating_name" , JSON_ARRAY(rating_1, ..., rating_k)) The input table must contain at least one ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-top.html
Usage ndb_top [-h hostname] [-t port] [-u user] [-p pass] [-n node_id] ndb_top connects to a MySQL Server running as an SQL node of the cluster. By default, it attempts to connect to a mysqld running on localhost and port 3306, as the MySQL root ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-how-to-import-onnx.html
The following example converts the /Users/user1/iris.onnx file and creates the output file iris_base64.onnx. # python3 encode_onnx_base64.py import onnx import base64 with open("iris_base64.onnx", "wb") as f: model = ... This topic describes how to ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
The Schema Privileges panel has the following sections, used to create users for your schemas and to define roles: Users Roles The following figure displays the Schema Privileges section of the MySQL Model tab. Figure 9.7 Roles and Privileges ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
Appropriate permissions are required for the replication user for distributed recovery if the admin_port is used. In this mode, connected client users are disconnected on their next request and connections are no longer accepted, with the exception ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
The following options apply to CREATE TABLE and ALTER TABLE statements. This topic contains the following sections: CREATE TABLE Statement External Table Options with SQL Syntax Column Definitions Table Parameters File Specifications File Format ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
Create a table that satisfies the following criteria: To qualify as a valid embedding table, the table must contain the following columns: A string column containing the text segments. OutputTableName: the name of the table where you want to create ... As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector ...
https://dev.mysql.com/doc/workbench/en/wb-accessibility.html
MySQL Workbench includes options to improve user accessibility that you can select from the Workbench Preferences dialog. To open the dialog, click Edit and then Preferences from the menu. Fonts Modeling fonts are adjustable from the Appearance ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It also causes the specified database to become the default (current) database. It is also possible to change ...