Search



Search Results
Displaying 1291 to 1300 of 3917 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft Visual Studio. /> <add name="MySQLMembershipProvider" autogenerateschema="true" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.0.4.0, ...
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). The mysql.connector.errors module ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
job_mysql: Connects to a MySQL server to perform operations such as queries and stored procedures. import asyncio import os import time from mysql.connector.aio import connect # Global variable which will help to format the job sequence output. """ ... Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
Connection pooling works by keeping the native connection to the server live when the client disposes of a MySqlConnection. Subsequently, if a new MySqlConnection object is opened, it is created from the connection pool, rather than creating a new ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft Visual Studio. /> <add name="MySQLMembershipProvider" autogenerateschema="true" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.0.4.0, ...
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). The mysql.connector.errors module ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
job_mysql: Connects to a MySQL server to perform operations such as queries and stored procedures. import asyncio import os import time from mysql.connector.aio import connect # Global variable which will help to format the job sequence output. """ ... Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an ...
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 ...Eventually server will accept new account with OK_Packet and resume the command phase or it will reject change with ERR_Packet and ... During Command ...
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 ...client and ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
In that case server will send Old Authentication Method Switch Request Packet and expect client to reply with Old Handshake Response Packet. In this case it is assumed that server has already sent the authentication challenge - the same which was ...
Displaying 1291 to 1300 of 3917 total results