Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
For example: # For Unicode-enabled driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 Unicode Driver" -t "DRIVER=myodbc9w.dll;SETUP=myodbc9S.dll" # For ANSI driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 ANSI Driver" -t ... If you have downloaded ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ... This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure ...
https://dev.mysql.com/doc/mysql-installer/en/server-authentication-method.html
The Authentication Method step is visible only during the installation or upgrade of MySQL 8.0.4 or higher. The MySQL user accounts that you create in the next step will use the authentication method that you select in this step. MySQL 8.0 ...For ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-java.html
A NDB Cluster is defined as one or more MySQL Servers providing access to an NDBCLUSTER storage engine—that is, to a set of NDB Cluster data nodes (ndbd processes). There are three main access paths from Java to NDBCLUSTER, listed here: JDBC and ...When using JDBC, you must write the SQL, manage the connection, and copy any data from the result set that you want to use in your program as ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiler-options.html
Header files specific to the NDB and MGM APIs are installed in the following subdirectories of the MySQL include directory, respectively: include/mysql/storage/ndb/ndbapi include/mysql/storage/ndb/mgmapi Compiler Flags. The MySQL-specific compiler ...In order to compile source files that use the NDB API, you must ensure that the necessary header files can be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-find.html
mysql-js> myColl.find("$**.b3**.b2").execute(); { "a": "bar", "b": { "b1": 6, "b2": 7, "b3": { "b1": 99, "b2": 98, "b3": { "b1": 999, "b2": 998 } } }, "_id": "000061313aa10000000000000001" } 1 document in set, 1 warning (0.0011 sec) ... The % and _ ... The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-toolbars-ref.html
MySQL Instances with Bad Connection Configurations: the number of incorrectly configured instance connections. MySQL Instances Unmonitored: the number of running MySQL instances which are not currently monitored. Links to the Unmonitored MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-encoding-string-columns.html
Supported Encoding Types MySQL HeatWave supports Variable-length encoding(VARLEN) and Dictionary encoding (SORTED). Columns with a high number of distinct values MySQL HeatWave nodes Dictionary (SORTED) Supports GROUP BY and ORDER BY operations on ... This topic describes how to encode string columns to improve the performance of queries that access ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-update-vector-store.html
This ensures that the responses generated by MySQL HeatWave GenAI are up-to-date. Incremental loading for vector store tables is supported in MySQL 9.0.1-u1. To update the embeddings in the vector store table using incremental load, perform the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
mysql> CALL sys.HEATWAVE_LOAD( '[{"db_name": "db_1", "tables": [{ "table_name": "table_1", "engine_attribute": { "file": [{"uri": "oci://bucket_1@tenant_1/data_file_1.csv"}] } }] }]', NULL); While you can specify all parameters in one command, it ...