Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-logging.html
By default, logging functionality follows the default Python logging behavior. If logging functionality is not configured, only events with a severity level of WARNING and greater are printed to sys.stderr. For related information, see Python's ...
https://dev.mysql.com/doc/connector-python/en/connector-python-obtaining.html
Using pip is the preferred method to obtain, install, and upgrade Connector/Python. Note The mysql-connector-python package installs an interface to the classic MySQL protocol. Prior to Connector/Python 8.3.0, mysql-connector-python installed ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Introduction to OpenTelemetry OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data ...
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). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/connector-python/en/using-an-rpm-package.html
Connector/Python RPM packages (.rpm files) are available from the Connector/Python download site. You can verify the integrity and authenticity of the RPM packages before installing them. To learn more, see Verifying Package Integrity Using MD5 ...
https://dev.mysql.com/doc/connector-python/en/using-the-mysql-yum-repository.html
RedHat Enterprise Linux and Oracle Linux platforms can install Connector/Python using the MySQL Yum repository (see Adding the MySQL Yum Repository and Installing Additional MySQL Products and Components with Yum). Prerequisites For installing X ...
https://dev.mysql.com/doc/internals/en/begin-load-query-event.html
Binlog::BEGIN_LOAD_QUERY_EVENT: truncate a file and set block-data Payload 4 file_id string.EOF block-data See Binlog::APPEND_BLOCK_EVENT .
https://dev.mysql.com/doc/internals/en/class-procedure-add.html
Prototype: virtual void add(void); This member function is called once for every source row for a GROUP BY query.
https://dev.mysql.com/doc/internals/en/execute-load-query-event.html
Binlog::EXECUTE_LOAD_QUERY_EVENT: Post-header 4 slave_proxy_id 4 execution time 1 schema length 2 error-code 2 status-vars length Payload 4 file_id 4 start_pos 4 end_pos 1 dup_handling_flags See Binlog::QUERY_EVENT .
https://dev.mysql.com/doc/internals/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.