Search



Search Results
Displaying 1241 to 1250 of 2661 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
(WL #12864) For X DevAPI, performance for statements that are executed repeatedly (two or more times) is improved by using server-side prepared statements for the second and subsequent executions. Instead, the new values are passed to a new ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
(WL #16752) Bugs Fixed When executing a LOAD DATA LOCAL INFILE statement, Connector/Python now validates that the name of the client data file requested by the server (as part of the server's response) matches exactly the file name in the original ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the connection ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-replication-standard-rules.html
Turn on checksums by issuing a SET GLOBAL binlog_checksum = CRC32 statement. Turn on server verification of checksums by issuing a SET GLOBAL source_verify_checksum = ON statement. Turn on replica verification of checksums by issuing a SET GLOBAL ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-insertdelayed-category.html
Table 7.17 Insert Delayed Configuration Metrics NameDescriptionInsert Limit After inserting delayed_insert_limit delayed rows, the INSERT DELAYED handler thread checks whether there are any SELECT statements pending. Insert Timeout How many seconds ... Lists the Insert Delayed configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
Local Infile Enabled Whether LOCAL is supported for LOAD DATA INFILE statements. INTO OUTFILE statements to work only with files in that directory. Skip Show Database Enabled With this option, the SHOW DATABASES statement is permitted only to users ... Lists the Security configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-tableconfiguration-category.html
Flush Enabled Whether to flush (synchronize) all changes to disk after each SQL statement. Lock Wait Timeout This timeout applies to all statements that use metadata locks. These include DML and DDL operations on tables, views, stored procedures, ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-firewall-activity-category.html
Table 6.7 Firewall Activity Metrics NameDescriptionAccess Denied (Delta) The number of statements rejected by MySQL Enterprise Firewall. Access Granted (Delta) The number of statements accepted by MySQL Enterprise Firewall. Access Suspicious (Delta) ... Lists the Firewall Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/sql-crud-functions.html
Table.insert() The Table.insert() method works like an INSERT statement in SQL. myTable.insert("id", "name") .values(1, "Imani") .values(2, "Adam") .execute(); Figure 6.1 Table.insert() Syntax Diagram Table.select() The Table.select() method works ... The following SQL CRUD functions are available in X ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
$> cd /usr/local/mysql $> bin/mysql -u root -p < /usr/local/mysql/share/audit_log_filter_linux_install.sql Enter password: (enter root password here) Result OK Verify the plugin installation by logging in as root and examining the ... MySQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/sql-crud-functions.html
Table.insert() The Table.insert() method works like an INSERT statement in SQL. execute(); Figure 6.1 Table.insert() Syntax Diagram Table.select() The Table.select() method works like a SELECT statement in SQL. Figure 6.2 Table.select() Syntax ...
Displaying 1241 to 1250 of 2661 total results