Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using the Entity Framework mapping with MySQL Connector/NET. Figure 6.19 The Working Website In this tutorial you have seen how to create an ASP.NET website, you ...
https://dev.mysql.com/doc/mysql-em-plugin/en/preface.html
This manual documents the Oracle Enterprise Manager for MySQL Database. See the Oracle Enterprise Manager for MySQL Database 13.5.3.0.0 License Information User Manual for licensing information, including licensing information relating to ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
More detailed information about LCPs and their behavior can be found in the MySQL Manual; see in particular Defining NDB Cluster Data Nodes. SQL node refers to a mysqld (MySQL Server) process that is connected to the NDB Cluster as an API node. For ... Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in the context of either or both of these ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
Currently, MySQL Connector/NET includes web providers for membership (or simple membership), roles, profiles, session state, site map, and web personalization. It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft ... Many websites feature the facility for the user to create a user ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
Currently, MySQL Connector/NET includes web providers for membership (or simple membership), roles, profiles, session state, site map, and web personalization. It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft ... Many websites feature the facility for the user to create a user ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
CLIENT_IGNORE_SIGPIPE Value 0x00001000 Client Do not issue SIGPIPE if network failures occur (libmysqlclient only). See mysql_real_connect() CLIENT_TRANSACTIONS Value 0x00002000 Server Can send status flags in EOF_Packet. The capability flags are ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
The plugin works with these KMIP-compatible products: Oracle Key Vault Gemalto SafeNet KeySecure Appliance Townsend Alliance Key Manager Entrust KeyControl Each MySQL Server instance must be registered separately as a client for KMIP. For additional ... Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial ...The Key Management Interoperability ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
If you take Oracle's Java Petstore blueprint application for example, a connection pool of 15-20 connections can serve a relatively moderate load (600 concurrent users) using MySQL and Tomcat with acceptable response times. In practice, when a ...
https://dev.mysql.com/doc/internals/en/transactions-life-cycle.html
The remaining rare cases, when the server explicitly must commit a statement transaction prior to committing a normal transaction, are error-handling cases (see for example SQLCOM_LOCK_TABLES). For example, imagine that some day MySQL supports ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...