Search



Search Results
Displaying 1231 to 1240 of 2113 total results
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
MySqlHistoryContext Class used by code first migrations to read and write migration history from the database. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 Backoff algorithm ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
<add name="MyConnection" connectionString="server=localhost; UserId=root; password=pass; database=MySqlSimpleMembership; logging=true;port=3305" providerName="MySql.Data.MySqlClient"/> Under the <system.data> node, add configuration information ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-intro.html
It also assumes that you have installed the world database sample, which can be downloaded from the MySQL Documentation page. You can also find details on how to install the database on the same page. This section provides a gentle introduction to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 Unicode Driver};\ SERVER=localhost;\ DATABASE=test;\ USER=venu;\ PASSWORD=venu;\ FOUND_ROWS=1;" ... You ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-unix.html
On Unix, you configure DSN entries directly in the odbc.ini file. For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc .
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
The Database pop-up should be automatically populated with the list of databases that the user has permissions to access. The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples.html
Once you have configured a DSN to provide access to a database, how you access and use that connection is dependent on the application or programming language. As ODBC is a standardized interface, any application or language that supports ODBC can ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
Initiate a bug report for our bugs database at http://bugs.mysql.com/, then click the Files tab in the bug report for instructions on uploading the archive to the bugs database. If you encounter difficulties or problems with Connector/ODBC, start ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-query-timeout.html
For more information on how to set the query timeout on Microsoft Windows when executing queries through an ODBC connection, read the Microsoft knowledgebase document at ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-connect.html
A connection with the MySQL server can be established using either the mysql.connector.connect() method or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...
Displaying 1231 to 1240 of 2113 total results