Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
                                 connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-exceptions-warnings.html
                                 dumpQueriesOnException Should the driver dump the contents of the query sent to the server in the message for SQLExceptions? Default Value false Since Version 3.1.3 exceptionInterceptors Comma-delimited list of classes that implement the interface ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
                                 Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the JdbcTemplate and related classes, specifically NamedParameterJdbcTemplate. The template classes handle obtaining and ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
                                 The Spring Framework is a Java-based application framework designed for assisting in application design by providing a way to configure components. The technique used by Spring is a well known design pattern called Dependency Injection (see ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
                                 If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
                                 There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
                                 When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
                                 This section documents the ability to use a simple membership provider on MVC 4 templates. The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
                                 This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
                                Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...