Search Results
https://dev.mysql.com/doc/connectors/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. This manual describes the Connectors and APIs that can be used with MySQL. License Restrictions ...
https://dev.mysql.com/doc/apis-php/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. This manual describes the PHP extensions that interact with MySQL. License Restrictions This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
In addition, the DB System must have the server-side authentication plugin installed and loaded before a connection can be attempted. Users who have logged in to Windows can connect from MySQL client programs to the server based on the information ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
NuGet packages have the ability to select the best target for a project, which means that NuGet installs the libraries related to that specific framework version. Note that the account used to connect to the MySQL server must have access to each ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
Async Query and Save adds support for the task-based asynchronous patterns that have been available since .NET 4.5. Some pieces of functionality that can be replaced with custom implementations have been factored out. MySQL Connector/NET integrates ...
https://dev.mysql.com/doc/connector-net/en/connector-net-faq.html
One approach to solving this problem is to clone the command object so you have a different actual reference: dataAdapter.InsertCommand = cb.GetInsertCommand().Clone() This works, but since the CommandBuilder is still connected to the DataAdapter, ... Questions 10.1: Are all commands executed after a transaction begins automatically enlisted in the transaction? 10.2: How do I obtain the value of an auto-incremented column? Questions and Answers10.1: Are all commands executed after a transaction begins automatically enlisted in the transaction? ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-nongac.html
When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
This method will be called at least once, and more than one depending upon whether the /// server response packets have the 0x01 prefix. Advanced users with special security requirements can create their own authentication plugins for MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-trace-source.html
Trace switches have associated with them a trace level enumeration, these are Off, Error, Warning, Info, and Verbose. The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
The most common example of this is where you have a multi-statement stored routine as part of your script. This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the ...