Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
                                Important Remember to also add the locations of the third-party libraries required for using Connector/J to CLASSPATH.  Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages for Connector/J are ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-installing-upgrading.html
                                You should also pay attention to any important changes in the new version like changes in 3rd-party dependencies, incompatibilities, etc.  This section has information for users who are upgrading from one version of Connector/J to another, or to a ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-installing.html
                                 You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest method for installation, the source distribution lets you customize your installation. Both types of ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
                                 Important Minimal permissions on named pipes are granted to clients that use them to connect to the server. Connector/J, however, can only use named pipes when granted full access on them. As a workaround, the MySQL Server that Connector/J wants to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
                                This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs (for example, /, :, @, (, ), [, ], &, #, =, ?, and space) that appear in ... This section explains the syntax of the URLs for connecting to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
                                 Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require certain changes to your code or the environment in which it runs. Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
                                 Connector/J provides a useful load-balancing implementation for MySQL Cluster or multi-source deployments, as explained in Section 3.8.3, “Configuring Load Balancing with Connector/J” and Support for Multiple-Source Replication Topographies. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
                                 MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 version. This chapter describes how to configure and use the EF6 features that are implemented ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-nuget.html
                                Important For projects that require Connector/NET assemblies to be stored in the GAC or integration with Entity Framework Designer (Visual Studio), use the standalone MSI to install Connector/NET, rather than installing the NuGet packages.  MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
                                With the availability of BINARY and VARBINARY data types, it is important to respect the metadata returned by the server.  There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the ...