Search



Search Results
Displaying 2631 to 2640 of 5414 total results
https://dev.mysql.com/doc/connectors/en/connector-j-reference-charsets.html
For example, to use the 4-byte UTF-8 character set with Connector/J, configure the MySQL server with character_set_server=utf8mb4, and leave characterEncoding and connectionCollation out of the Connector/J connection string. MySQL to Java Encoding ...Setting the Character Encoding For Connector/J 8.0.25 and earlier: The character encoding between the client and the server is automatically detected upon connection (provided that the Connector/J connection properties characterEncoding and connectionCollation are not ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. If you now had an additional instance of MySQL running on port 3309, you ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
This article will focus on Java-oriented access to MySQL databases with Spring 2.0. For the examples in this section the MySQL world sample database will be used. The first task is to set up a MySQL data source through Spring. For example, to ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
After installing the library, make the following configuration changes: In the SecurityClasses section, add a definition for the MySqlClientPermission class, including the version to use. <SecurityClass Name="MySqlClientPermission" ... If the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major classes of Connector/NET: MySqlConnection: Represents an open connection ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
Figure 4.7 Simple Membership: Choose Template and Engine Add references to the MySql.Data, MySql.Data.Entities, and MySql.Web assemblies. Add a valid MySQL connection string to the web.config file, similar to the following example. <add ... This ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. Minimum Requirements An ASP.NET website or web application with a membership provider .NET Framework 3.0 MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
After installing the library, make the following configuration changes: In the SecurityClasses section, add a definition for the MySqlClientPermission class, including the version to use. <SecurityClass Name="MySqlClientPermission" ... If the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major classes of Connector/NET: MySqlConnection: Represents an open connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
Figure 6.7 Simple Membership: Choose Template and Engine Add references to the MySql.Data, MySql.Data.Entities, and MySql.Web assemblies. Add a valid MySQL connection string to the web.config file, similar to the following example. <add ... This ...
Displaying 2631 to 2640 of 5414 total results