Search



Search Results
Displaying 1311 to 1320 of 3329 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
In the Server field, enter the name of the MySQL server host to access. SSL configures the additional options required for using the Secure Sockets Layer (SSL) when communicating with MySQL server. Figure 5.6 Connector/ODBC Connect Options Dialog: ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. This exception is the base class for all other exceptions in the errors module. It can be ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
In the Server field, enter the name of the MySQL server host to access. SSL configures the additional options required for using the Secure Sockets Layer (SSL) when communicating with MySQL server. Figure 5.5 Connector/ODBC Connect Options Dialog: ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. This exception is the base class for all other exceptions in the errors module. It can be ...
https://dev.mysql.com/doc/internals/en/authentication-method.html
For earlier servers it is always Secure Password Authentication or Old Password Authentication depending on the CLIENT_SECURE_CONNECTION flag. Client and server negotiate what types of authentication they support as part of the connection phase.
https://dev.mysql.com/doc/internals/en/capability-negotiation.html
To permit an old client to connect to newer servers, the initial handshake contains the MySQL Server version the server's capabilities The client should only announce the capabilities in the Handshake Response Packet that it has in common with the ...They can agree on: use of status flags use of SQL states for error-codes authentication methods SSL support ...
Displaying 1311 to 1320 of 3329 total results