Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/Python 8.0.26 and support for them is removed starting with ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
Support for MySQL 5.7 collations is preserved for connections to a MySQL 5.7 server. (Bug #34231226) C extension and pure Python cursor types are not interchangeable when using connection objects that are not of the same type; now we check for ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-5.html
Packaging Notes Functionality Added or Changed Packaging Notes MySQL Connector/Python packages are now available in two formats: Pure Python packages that contain only Python files, and packages that contain the Python files plus the C Extension ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. If no default schema has been selected at connection, the Session class ...The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. If no default schema has been selected at connection, the Session class ...The ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-handles.html
In the following example, @census_model is defined as the model handle session variable with no set model handle name: mysql> CALL sys.ML_TRAIN('heatwaveml_bench.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); While ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
PrivateLink Hostname Use this hostname to connect to the DB System over PrivateLink. Allowed public IP address ranges: The public-facing client IPv4 addresses that are permitted to connect to the DB System endpoint, specified in CIDR format. MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-inbound-replication1.html
The channel connects the source to the replica, and copies data from the source to the replica. Asynchronous replication means that the replica does not need to be running and connected to the source all the time. It can pick up new updates whenever ... About Inbound Replication 8.1 About Inbound Replication Inbound replication enables asynchronous replication from a MySQL-based source (an on-premises or other cloud MySQL Instance, or another MySQL HeatWave on AWS DB System) to a MySQL HeatWave on AWS DB ...
https://dev.mysql.com/doc/heatwave-aws/en/privatelink.html
You can use PrivateLink to ensure that all traffic to or from your DB System stays on a private network connection and does not transit the public internet. Within one account, an Endpoint service is created, and in the other account, a VPC endpoint ... PrivateLink 6 PrivateLink PrivateLink for HeatWave on AWS allows you to configure private network paths between your MySQL DB System and your AWS ...
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...