Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-33.html
(Bug #27489972) The prepared statement cursor lacked support for the following options: dictionary, named_tuple, and raw. (Bug #109430, Bug #34910625) Executing executemany() with insert statements that used ON DUPLICATE KEY UPDATE demonstrated poor ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Adopted function annotation enforcement by mypy, which makes the mysqlx module compliant with ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-3-0.html
(WL #15836) For OpenTelemetry, added context propagation support for prepared statements with MySQL Commercial Server 8.3.0 or later with OpenTelemetry enabled. Also, query attributes are now supported for prepared statements in the C extension when ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed The X DevAPI and Classic API were separated into their own ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-1-0-0.html
Sys Schema Statement Analysis: based on the statement_analysis sys schema view. For more information, see Section 6.38, “Sys Schema Statement Analysis by First Time Seen Metrics”. Bug #26950052 The advice text for the Prepared Statements Not ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-firewall-category.html
Table 7.11 Firewall Configuration Metrics NameDescriptionMax Query Size The maximum size of a normalized statement that can be inserted in the MySQL Enterprise Firewall cache. Truncated statements are discarded if the firewall mode for the current ... Lists the Firewall configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationsource-activity-category.html
Show Source Status (Delta) The total number of SHOW SOURCE STATUS statements executed. Show New Source (Delta) The total number of SHOW NEW SOURCE statements executed. Show Replica Hosts (Delta) The total number of SHOW REPLICA HOSTS statements ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using.html
The MySQL Query Analyzer enables you to monitor SQL statements executed on a MySQL server and displays the details of each query, number of executions and execution times. Query Analyzer collects information on the SQL statements MySQL client ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mysql-process-discovery-advisor-ref.html
Limited User: used for potentially long running statements running with SELECT only privileges. Limited User This user is used for statements that are limited to a single connection, and can be run with global SELECT privileges. Examples of these ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connection-control.html
$> cd /usr/local/mysql $> bin/mysql -u root -p Enter password: (enter incorrect password here) In the first terminal, issue this statement to view Connection_control_delay_generated status variable data. mysql> SHOW STATUS LIKE ... The ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
The component implements two capabilities: In statements that assign a password supplied as a cleartext value, the component checks the password against the current password policy and rejects the password if it is weak. This affects the ALTER USER, ... The validate_password component serves to test user-specified passwords and improve ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/parameter-binding.html
Preparing CRUD Statements Instead of directly binding and executing CRUD operations with bind() and execute() or execute() it is also possible to store the CRUD operation object in a variable for later execution. Instead of using values directly in ...