Search



Search Results
Displaying 841 to 850 of 2406 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
(Bug #20862622, Bug #76643, WL #12735) Added connection attribute support for the classic connector; new connection attributes can be passed in with the "conn_attrs" connection argument. Example usage: test_config = {'user': 'myuser', 'port':3306, ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's (use_pure=False) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for the WebauthN in FIDO (Fast Identity Online) authentication plugin (authentication_webauthn), and added a new webauthn_callback connection option. This ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-networking-category.html
Named Pipe Enabled On Windows only, indicates whether the server supports connections over named pipes. Port The number of the port on which the server listens for TCP/IP connections. Shared Memory Base Name On Windows only, the name of shared ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
"standard transaction handling" C++ Code /* Connector/C++ does not yet provide access to transaction warnings -- Session methods commit() and rollback() do not return a result object. Similar to the execution of single statements committing or ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-security-advisor-ref.html
The User value is the name that a client must supply when connecting to the server. The Host value indicates the host or hosts from which the user is allowed to connect. If this is a literal host name, the account is limited to connections only from ... This section describes the following Security advisors: MySQL Enterprise Audit Plugin MySQL Enterprise Firewall MySQL User Account MySQL Enterprise Audit Plugin Note For more information on the MySQL Enterprise Audit Plugin, see MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
The user1 account is defined with an SSL/TLS option that requires an encrypted connection. The user2 account is defined without an SSL/TLS option (REQUIRE NONE) so that it can be used to demonstrate RSA key pair-based password exchange with the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-channel-details.html
Source Network connection type: Public: Channel over public internet Private: Channel over Egress PrivateLink Hostname: The IP address or hostname of the source MySQL server. Port: The port number the source MySQL server listens for incoming ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
dbSystemId mysql.stats.aborted_clients Count The number of connections that were aborted because the client died without closing the connection properly. dbSystemId mysql.stats.aborted_connects Count The number of failed attempts to connect to the ... CloudWatch Monitoring Metrics 17.1.1 CloudWatch Monitoring Metrics CloudWatch metrics can be used to monitor resources, diagnose issues, and troubleshoot your DB systems and their MySQL HeatWave ...
Displaying 841 to 850 of 2406 total results