Search



Search Results
Displaying 1401 to 1410 of 4187 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
Figure 5.1 Setup New Connection Form Important The Configure Server Management button (bottom left) opens an optional configuration wizard for setting shell commands on the host. Fill out the connection details and optionally click Configure Server ... To add a connection, click the [+] icon to the right of the MySQL Connections title on the home ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
If set to "REQUIRED", an OpenTelemetry library must be available at run time, or connections to the MySQL Server will fail. logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-schema-validation.html
When working with MySQL Server 8.0.19 and later: Schema validation can be configured for a Collection, so that documents in the Collection are validated against a schema before they can be inserted or updated. This is done by specifying a JSON ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlError Collection of error codes that can be returned by the server MySqlException The exception that is thrown when MySQL returns an error. ReplicationServerGroupConfigurationElement Defines a replication server group in the configuration file ... Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors.html
For some MySQL client or server errors it is not always clear which exception to raise. MySQL Server errors are mapped with Python exception based on their SQLSTATE value (see Server Error Message Reference). It is, however, possible to redefine ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
MySqlError Collection of error codes that can be returned by the server MySqlException The exception that is thrown when MySQL returns an error. ReplicationServerGroupConfigurationElement Defines a replication server group in the configuration file ... Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors.html
For some MySQL client or server errors it is not always clear which exception to raise. MySQL Server errors are mapped with Python exception based on their SQLSTATE value (see Server Error Message Reference). It is, however, possible to redefine ...
https://dev.mysql.com/doc/internals/en/authentication-after-com-change-user-command.html
Similar to the initial authentication the server may reply with a OK_Packet or ERR_Packet for the usual fast-path or with a Authentication Method Switch Request Packet which contains the authentication method used for the new account and the first ... During Command Phase, a client can send a COM_CHANGE_USER command which will trigger logging into a new account, including the authentication ...
https://dev.mysql.com/doc/internals/en/authentication-method-change.html
the client connecting to the server the server responds with the Initial Handshake Packet the client sends the Handshake Response Packet the server responds with the Authentication Method Switch Request Packet to tell the client which ...
Displaying 1401 to 1410 of 4187 total results