Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of ...For series that have reached General Availability (GA) status, development releases in the series prior to the GA version are no longer ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
Note this value was CLIENT_CHANGE_USER in 3.22, unused in 4.0 CLIENT_INTERACTIVE wait_timeout versus wait_interactive_timeout. Note This flag is optional in 3.23, but always set by the server since 4.0. Note The flag was introduced in 5.6.6, but had ... The capability flags are used by the client and server to indicate which features they support and want to ...
https://dev.mysql.com/doc/internals/en/x-protocol-notices-notices.html
Note Checking for SHOW SLAVE STATUS and io_thread and sql_thread leads to a race condition for the following query. := 1, but can also be done via: stored procedures triggers connection setup @@character_set_server Note Part of this functionality is ...Global Notices Global Notices are sent by the server in case of events happen that are unrelated to the currently active message sequence: server is shutting down node disconnected from group schema or table dropped binlog events Server Shutting Down The server indicates that it shuts down in a clean ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
Note If you want to define multiple operations within the same transaction, then you need to call NdbTransaction::getNdbOperation() or NdbTransaction::getNdbIndexOperation() for each operation. Note See NdbScanOperation::readTuples(), for additional ... An NdbTransaction consists of a list of operations, each of which is represented by an instance of NdbOperation, NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation (that is, of NdbOperation or one of its child ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
(Bug #28204677) Packaging Notes Connector/C++ 32-bit MSI packages are now available for Windows. (WL #11655) X DevAPI Notes Connector/C++ now provides connection pooling for applications using X Protocol. Connections to the server made using X ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
Note: SLES 12 is no longer supported as of MySQL 8.1.0. Note After upgrading from MySQL 5.6 to 5.7, if you have problem connecting to the server as root (which will make it impossible to run mysql_upgrade), stop the server and then restart it with ... Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-create.html
Note: MySQL HeatWave on AWS does not support changes to the MySQL shape. Note: Ensure that the data storage capacity is sufficient for any data import. Note: To maximize performance, place the DB System in the same Availability Zone as the ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
Note For JSON-format log files, rotation also occurs when the value of the audit_log_format_unix_timestamp system variable is changed at runtime. Manual Audit Log File Rotation (Old Method) Note The audit_log_flush variable and this method of audit ... This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of written events, whether to enable log file compression and encryption, and space ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html
mysql> SELECT CONVERT_TZ('2004-01-01 12:00:00','GMT','MET'); -> '2004-01-01 13:00:00' mysql> SELECT CONVERT_TZ('2004-01-01 12:00:00','+00:00','+10:00'); -> '2004-01-01 22:00:00' Note To use named time zones such as 'MET' or 'Europe/Amsterdam', the ... This section describes the functions that can be used to manipulate temporal ...
https://dev.mysql.com/doc/refman/8.4/en/encryption-functions.html
Note Exploits for the MD5 and SHA-1 algorithms have become known. Note If you are using a KDF, you must specify an initialization vector or a null string for this argument, in order to access the later arguments to define the KDF. See the notes at ...If you want to store these results, use a column with a VARBINARY or BLOB binary string data ...