Search



Search Results
Displaying 581 to 590 of 884 total results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
Here is a sample file with those properties set (replace the “path_to_*” parts with the appropriate file paths): com.mysql.cj.build.jdk=path_to_jdk_1.8 com.mysql.cj.extra.libs=path_to_folder_for_extra_libraries Alternatively, you can set the ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
serverTimezone is now an alias for the connection property connectionTimeZone, which has replaced serverTimezone. 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 ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-connpooling.html
The example below replaces the source configuration that was based on DriverManagerDataSource with DBCP's BasicDataSource. In many situations, such as web applications, there will be a large number of small database transactions. When this is the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables declarative transaction management (configuration instead of code). Spring allows us to add transactions into ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
The last bean is responsible for actually replacing the placeholders with the property values. The Spring Framework is a Java-based application framework designed for assisting in application design by providing a way to configure components. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
Some pieces of functionality that can be replaced with custom implementations have been factored out. MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the ...
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
Depending on the use case, your code can supplement the SQL command or replace it entirely. An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
Execute the world_x.sql script to create the database structure and insert the data as follows: mysql> SOURCE /temp/world_x.sql; Replace /temp/ with the path to the world_x.sql file on your system. This tutorial provides instructions to get you ...
Displaying 581 to 590 of 884 total results