Search



Search Results
Displaying 1151 to 1160 of 3329 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
You can turn it off or adjust its performance characteristics using the connection string options Pooling, Connection Reset, Connection Lifetime, Cache Server Properties, Max Pool Size and Min Pool Size. Connection pooling works by keeping the ...
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/connector-python/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
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 ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, i.e. the server responds with OK_Packet and returns ... Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
This occurs because the server writes the start event only to the first binary log file that it creates after startup. For subsequent files, the server writes an event of type ROTATE_EVENT to the end of the current log file, closes it, and the ...
https://dev.mysql.com/doc/internals/en/differences-master-slave.html
The following is the main rule: (P-rpl-correct) If a replication master and slave reside on identical environments (D-identical-environments) and the server states are identical (D-identical-server-states), and @@client.binlog_format!=STATEMENT, ...
https://dev.mysql.com/doc/internals/en/insufficient-client-capabilities.html
Server will reject connection with ERR_Packet if it discovers that client capabilities are not sufficient to complete authenticaiton. Server's default authentication method used to generate authentication data in the Initial Handshake Packet is ...
Displaying 1151 to 1160 of 3329 total results