Search



Search Results
Displaying 421 to 430 of 1932 total results
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Connector/NET provides the following authentication plugins and methods: authentication_kerberos_client ...Pluggable ...
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-odbc-errors.html
"Transactions are not enabled" Error The following error is reported when using transactions: Transactions are not enabled This error indicates that you are trying to use transactions with a MySQL table that does not support transactions. The ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-set-config.html
Syntax: cnxpool.set_config(**kwargs) This method sets the configuration parameters for connections in the pool. Connections requested from the pool after the configuration change use the new parameters. Connections obtained before the change remain ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-pooledmysqlconnection-close.html
Syntax: cnx.close() Returns a pooled connection to its connection pool. For a pooled connection, close() does not actually close it but returns it to the pool and makes it available for subsequent connection requests. If the pool configuration ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Connector/NET provides the following authentication plugins and methods: authentication_kerberos_client ...Pluggable ...
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 ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
"Transactions are not enabled" Error The following error is reported when using transactions: Transactions are not enabled This error indicates that you are trying to use transactions with a MySQL table that does not support transactions. The ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-set-config.html
Syntax: cnxpool.set_config(**kwargs) This method sets the configuration parameters for connections in the pool. Connections requested from the pool after the configuration change use the new parameters. Connections obtained before the change remain ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-pooledmysqlconnection-close.html
Syntax: cnx.close() Returns a pooled connection to its connection pool. For a pooled connection, close() does not actually close it but returns it to the pool and makes it available for subsequent connection requests. If the pool configuration ...
Displaying 421 to 430 of 1932 total results