Search Results
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/connectors/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/connectors/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 ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
All of the connection parameters also have their own numeric constant values, which can be added up as a combined value for the option parameter for specifying those options. You must have MySQL 3.21.14 or newer for this to work. On Unix and macOS, ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
On system BETA (the Connector/ODBC client), follow these steps: Configure a Connector/ODBC DSN using parameters that match the server, database and authentication information that you have just configured on system ALPHA. Using an ODBC-capable ... A ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
For example, to have warnings raised as errors, set sql_mode to TRADITIONAL. Using the client_flags argument, you have control of what is set. A connection with the MySQL server can be established using either the mysql.connector.connect() function ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
The unpacked folder should have a layout similar to the following: mysql-connector-python-x.y.z-src ├── CHANGES.txt ├── CONTRIBUTING.md ├── LICENSE.txt ├── mysql-connector-python │ ... The unpacked folder should have a ...
https://dev.mysql.com/doc/connectors/en/connector-python-verification.html
Verifying Installations by pip To verify that a Connector/Python package has been installed successfully using pip, use the following command: $ pip install list If you have installed the classic interface, you should see an output similar to the ...Installed from an RPM The default Connector/Python installation location is /prefix/pythonX.Y/site-packages/, where prefix is the location where Python is installed and X.Y is the Python ...