Search



Search Results
Displaying 1261 to 1270 of 1278 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #23045642) Collection.count() returned a wrong error message when the collection did not exist. Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
(Bug #103796, Bug #32922715) When the connection property createDatabaseIfNotExist was set to true, a non-existing database could not be created when its name included a hyphen. Version 8.0.27 is the latest General Availability release of the 8.0 ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
This also matches the existing behavior for client and server without the Router in-between. Important This section is a draft and subject to change. The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter_passwd.html
Usage information: Usage bin/mysqlrouter_passwd [opts] <cmd> <filename> [<username>] bin/mysqlrouter_passwd --help bin/mysqlrouter_passwd --version Commands delete Delete username (if it exists) from <filename>. The mysqlrouter_passwd utility is a ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
If you specify a directory that does not exist, it will be created. The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. Install Without Satisfying Minimum Requirements --skip-requirements: Install ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
If you specify a directory that does not exist, it will be created. Installing MySQL AI requires the following steps: Install the MySQL AI installer. Run the MySQL AI installer to install and configure MySQL AI server and tools. The MySQL AI ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog.html
When a user creates a model, the ML_TRAIN routine creates the model catalog schema and table if they do not exist. AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a schema ...
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-predictions-ml-predict-table.html
ML_PREDICT_TABLE generates predictions for an entire table of trained data. If ML_PREDICT_TABLE takes a long time to complete, manually limit input tables to a maximum of 1,000 rows. Some of these columns include: Prediction ml_results The input ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions.html
If the target column exists in the data to run predictions on, it is not considered during prediction generation. Predictions are generated by running ML_PREDICT_ROW or ML_PREDICT_TABLE on trained models. The row or table of data must have the same ...
Displaying 1261 to 1270 of 1278 total results