Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-mysqlsh.html
With the mysqlsh command interface, you invoke the JSON import utility as follows: mysqlsh user@host:port/mydb -- util importJson <path> [options] or mysqlsh user@host:port/mydb -- util import-json <path> [options] For information on this syntax, ...port The port number for MySQL Shell's connection to the MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
State: The state of the DB System: CREATING: Resources are being reserved for the DB System, the system is booting, and the initial database is being created. ACTIVE: The DB System was successfully created and is ready to be used. FAILED: An error ... MySQL DB System Details 3.5.1 MySQL DB System Details The MySQL DB System Details page has the following ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
Load the external file into MySQL HeatWave and create an external Lakehouse table. To access the file from Object Storage, you create a pre-authenticated request. See Creating a Pre-Authenticated Request in Object Storage in the MySQL HeatWave on ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-rag.html
The examples in this topic use the vector store table demo_embeddings created in the section Ingesting Files into a Vector Store. OutputTableName: the name of the table where you want to create a new column to store the generated outputs. If the ...
https://dev.mysql.com/doc/internals/en/debug-sync-point.html
Debug Sync Points give user-level locks the ability to synchronize at arbitrary points in code. If the lock is free (not used by any thread), the synchronization point does nothing but release any user-level lock of the current thread. So the idea ...They were part of the MySQL code until the 6.0.5 and 5.1.46 ...
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
The Custom User option must have privileges to log on to Microsoft Windows as a service. The Next button will be disabled until this user is configured with the required privileges. A custom user account is configured in Windows by searching for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Examples: "mysqlx://user@host?connection-attributes" "mysqlx://user@host?connection-attributes=true" "mysqlx://user@host?connection-attributes=false" "mysqlx://user@host?connection-attributes=[attr1=val1,attr2,attr3=]" ...Connector/C++ now supports ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-reload-tables.html
mysql> CALL sys.HEATWAVE_RELOAD([options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ["only_user_loaded_tables",{true|false}] ["output",{"normal"|"silent"}] } } Use key-value pairs in JSON format to specify options.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign.html
Your user belongs to one of the user Groups described in Groups and Permissions. Once your user name and password are authenticated, you are directed to the MySQL HeatWave Console. Signing In 2.3 Signing In This procedure assumes that you are an ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-status-variable-tables.html
There are also summary tables that provide status variable information aggregated by account, host name, and user name. The Performance Schema supports TRUNCATE TABLE for status variable tables as follows: global_status: Resets thread, account, ...