Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
For example: DRIVER={MySQL ODBC 8.0 Driver};SERVER=_mysql._tcp.foo.abc.com;ENABLE_DNS_SRV=1;USER=user;PWD=passwd; (WL #13403) Confirmed support for compiling with VS2019, and for supporting the Visual C++ 2019 redistributable. To automatically ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-31.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-11.html
Now a MySQL 8 server generates the _id attribute unless a document already contains one. (Bug #27639119) The mapped MySQL Server error codes were synced with MySQL Server 8.0.11. Because MySQL 5.7 does not support document ID generation, the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
(Bug #27434751) Connecting to MySQL Server 8.0.16 or greater using X Protocol could yield an error due to an unexpected notice from the server. An example connection string: mysqlx://username:password@localhost:33160/myschema?ssl-mode=enabled where ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
preferred: If Connector/Python and the server cannot reach consensus on algorithm or styles, then no compression is used; and this is logged. required: Like preferred, except the connection is terminated with an error if the connector and server are ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
(Bug #21528553) When connecting to MySQL Server versions previous to 5.7.35, servers failed to execute change_user commands due to the default collation used by Connector/Python, a problem which affected connection pooling functionality by raising ...(WL #14679) Bugs Fixed Microsoft Windows: When using the C extension with prepared=True, BIGINT data was seen as MYSQL_TYPE_LONG instead of MYSQL_TYPE_LONGLONG, which raised overflow errors with values greater than ... Functionality Added or Changed Bugs Fixed Functionality ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all ...This change makes it easy and intuitive to decide which client version to use for which server ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-threads-category.html
Table 7.37 Threads Configuration Metrics NameDescriptionCache Size How many threads the server caches for reuse. Concurrency This variable is specific to Solaris systems, for which mysqld invokes the thr_setconcurrency() with the variable value.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-deployment-change-ssh-host-key.html
On each monitored host, run the following commands to print out the SSH public key fingerprints: ssh-keygen -l -f /etc/ssh/ssh_host_key.pub ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub and compare the ... The SSH Host key is used to distinguish monitored hosts, there should not be duplicate SSH ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-existing-users.html
The MySQL user: For Agents to report the status of a MySQL server, they connect to a MySQL user with privileges to read required data on that server: SHOW DATABASES, REPLICATION CLIENT, SUPER, CREATE, and SELECT. If you already have such a user on ...For details about this account, see Section 6.2, “Creating MySQL User Accounts for the Monitor ...