Search



Search Results
Displaying 1321 to 1330 of 3917 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Before running test programs, ensure that a MySQL server instance is running with X Plugin enabled. For MySQL 8.0, X Plugin is enabled by default, so invoke this command in the mysql-test directory of that distribution: perl mysql-test-run.pl ...The ... To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-networking.html
Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and have a public ...
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. If level is not set, it is taken as ...
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. With getSessionStateChanges(), some changes returned by the intermediate queries issued by Connector/J could ...The reception of the information is enabled by setting the Connector/J connection property trackSessionState to true (default value is false for the ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
com.mysql.cj.testsuite.url: it specifies the JDBC URL for connection to a MySQL test server; see Section 3.5.2, “Connection URL Syntax”. com.mysql.cj.testsuite.url.openssl: (for release 8.0.26 and earlier only) it specifies the JDBC URL for ...
https://dev.mysql.com/doc/connectors/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/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 ...
Displaying 1321 to 1330 of 3917 total results