Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
Version 8.0.13 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-autocompletion.html
MySQL Shell supports autocompletion of text preceding the cursor by pressing the Tab key. The Section 3.1, “MySQL Shell Commands” can be autocompleted in any of the language modes. For example typing \con and pressing the Tab key autocompletes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-bson.html
When you specify the convertBsonTypes: true (--convertBsonTypes) option to convert BSON data types that are represented by JSON extensions, by default, the BSON types are imported as follows: Date (“date”) Simple value containing the value of ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-predict-row.html
ML_PREDICT_ROW generates predictions for one or more rows of unlabeled data specified in JSON format. A call to ML_PREDICT_ROW can include columns that were not present during ML_TRAIN. A table can include extra columns, and still use the AutoML ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-train-test-split.html
The TRAIN_TEST_SPLIT routine automatically splits your data into training and testing datasets. Two new tables in the same database are created with the following names: [original_table_name]_train [original_table_name]_test The split of the data ...
https://dev.mysql.com/doc/internals/en/starting-transaction-from-external-lock-method.html
MySQL calls [custom-engine.html#custom-engine-api-reference-external_lock handler::external_lock()] for every table it is going to use at the beginning of every statement. Thus, if a table is touched for the first time, it implicitly starts a ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-vector-store-load.html
The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are , and loads the embeddings into a new vector store table. This topic contains the following sections: VECTOR_STORE_LOAD Syntax Syntax Examples See ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
Post-installation setup involves creating a safe directory for import and export operations, configuring server startup options, initializing the data directory, starting MySQL using systemd, resetting the password for the MySQL root@localhost user ...