Search



Search Results
Displaying 811 to 818 of 818 total results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
The --bootstrap-socket value replaces the "host:port" part in the --bootstrap definition with the assigned socket name for connecting to the MySQL metadata server using Unix domain sockets. --name router_name Command-Line Format --name router_name ... mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-configuration.html
Note Session variables are reset to their initial values if the client sends a change_user or reset_connection. To enable read-write splitting, the following router options must be enabled: access_mode: must be set to auto. Note It is possible to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ease-of-use.html
For example, the following call to the ML_PREDICT_TABLE routine generates predictions for a table of input data: CALL sys.ML_PREDICT_TABLE('heatwaveml_bench.census_test', @census_model, 'heatwaveml_bench.census_predictions', NULL); All AutoML ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
model_owner The user who initiated the ML_TRAIN query to create the model. The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing numeric identifier for the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prepare-an-anomaly-detection-model.html
This topic describes how to prepare the data to use for two anomaly detection machine learning models: a semi-supervised anomaly detection model, and an unsupervised anomaly detection model for logs. To prepare the data for this use case, you set ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-tables-table.html
The value is set initially when the table is loaded, and updated as changes are propagated. The rpd_tables table provides the system change number (SCN) and load pool type for tables loaded in the MySQL AI Engine (AI engine). The rpd_tables table ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-aiaml-error-messages.html
Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and Elements. Error number: ML001016; SQLSTATE: HY000 Message: Only classification, regression, and forecasting tasks are ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-2-0.html
(Bug #36041256) Because building with CMAKE_BUILD_TYPE=Debug disables optimizations, std::vector.resize() attempted to initialize every byte before each read from an encrypted socket. Functionality Added or Changed Bugs Fixed Functionality Added or ...