Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-faq.html
MySQL Router 2.0 was the initial version and is meant for MySQL Fabric users. Can I run more than one instance of the router application? A.3. Please explain the different MySQL Router versions, especially why Router went from 2.1.4 to 8.0.3. What ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-sharing.html
and SQL_CALC_FOUND_ROWS User variables Temporary tables Prepared statements Note Transactions and LOCK TABLES also block connection sharing until the transaction is closed, or the lock released. MySQL Router enables server connections to be pooled ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-using-developing.html
As an administrator, I want to be able to run a connection routing service on port 3306 so it is more transparent to a user or application. MySQL Router usage does not require specific libraries or interfaces. Aside from managing the MySQL Router ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explainers.html
mysql> SELECT column FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle=model_handle; The following example retrieves the model explainer column from the model catalog of the previously trained model. After the ML_TRAIN routine, use the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-metadata.html
For example, to convert inputs of the type tensor(float) to float64: data_types_map = {"tensor(float)": "float64"} AutoML first checks the user data_types_map, and then the default data_types_map to check if the data type exists. To learn more ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-score.html
For the option to set the user name, you can set it to NULL. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with regression models, see Regression Metrics.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-overview.html
Some key benefits of using the GenAI feature of MySQL AI are: The natural-language processing (NLP) capabilities of the LLMs let non-technical users have human-like conversations with the system in natural language. The GenAI feature of MySQL AI ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-unload.html
Use ML_MODEL_ACTIVE to check which models are active and owned by the user. mysql> CALL sys.ML_MODEL_UNLOAD('ml_data.iris_train_user1_1636729526'); An example that specifies a session variable containing the model handle. Note ML_MODEL_UNLOAD does ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Abstract This document contains release notes for the changes in MySQL Router 9 through 9.5.0. Updates to these notes occur as new ...