Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
Components that support DDLS for tables, including the createTable(), dropTable(), and modifyTable() methods. (WL #11210) X DevAPI: The createIndex() method for the Collection interface now has a new syntax. Users can still set useInformationSchema ... Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
(Bug #116113, Bug #37063728, Bug #63992, Bug #14598872) It might take a long time to create a connection to a server with Connector/J 8.4.0 or later. (Bug #96786, Bug #30280035) When updateRow() was called after some updates have been performed on a ... Version 9.2.0 is a new GA release of MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/check-instance-configuration.html
Before creating a production deployment from server instances you need to check that MySQL on each instance is correctly configured. The user which you use to connect to the instance must have suitable privileges, for example as configured at ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/deploying-production-innodb-cluster.html
This section assumes that you have: installed the MySQL components to your instances installed MySQL Shell and can connect by specifying instances created a suitable administration user . When working in a production environment, the MySQL server ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-setting-options.html
tag:option: built-in and user-defined tags to be associated to the cluster. You can check and modify the settings in place for an InnoDB Cluster while the instances are online. To check the current settings of a cluster, use the following ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-global-variables.html
shell.reports provides built-in or user-defined MySQL Shell reports as functions, with the name of the report as the function. You can also create your own extension objects and register them as additional MySQL Shell global objects to make them ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-bson.html
BSON data types that are represented by JSON extensions are converted to MySQL representations, with the exception of regular expressions, which are imported as embedded JSON documents: mysqlsh user@localhost/mydb --import /europe/regions.json ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-working-with-history.html
The saved history is created automatically by MySQL Shell and is readable only by the owner user. This path can be overridden on all platforms by defining the environment variable MYSQLSH_USER_CONFIG_HOME. Code which you issue in MySQL Shell is ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-automl-workflow.html
Predictions and explanations are returned to the user or application that issued the query. What's Next Learn more about the following: AutoML Learning Types AutoML Ease of Use Oracle AutoML Learn how to Create a Machine Learning Model. A typical ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-generate-prediction.html
For the option to set the user name, you can set it to NULL. The following example runs ML_PREDICT_TABLE on the testing dataset previously created. To generate predictions, use the sample data from the testing_data dataset. Even though the table has ...