About 581,000 results
Open links in new tab
  1. 4.1 Creating a Connector/NET Connection String - MySQL

    The MySqlConnection object is configured using a connection string. A connection string contains several key-value pairs, separated by semicolons. In each key-value pair, the option name and its corresponding value are joined by an equal sign.

    Missing:

    • Icon

    Must include:

  2. MySQL connection strings - ConnectionStrings.com

    Connection strings for MySQL. Connect using MySqlConnection, MySQLDriverCS, SevenObjects MySqlClient, Devarts MySqlConnection, MySQLProv.

    Missing:

    • Icon

    Must include:

  3. mysql - Database connection string and collation - Stack Overflow

    Feb 24, 2017 · All I'd like to specify is a certain connection string parameter in my web.config file like: "User id=dbuser;Password=dbpass;Host=dbserver;Database=testung;Collation=utf8_general_ci" but Collation setting/variable isn't recognised.

    Missing:

    • Icon

    Must include:

  4. 12.4 Connection Character Sets and Collations - MySQL

    collation_connection is important for comparisons of literal strings. For comparisons of strings with column values, collation_connection does not matter because columns have their own collation, which has a higher collation precedence (see Section 12.8.4, “Collation Coercibility in …

    Missing:

    • Icon

    Must include:

  5. Setting provider and connection string in EntityFramework for MySql

    Sep 1, 2014 · Yours is a connection string used with SqlConnection objects. Since these objects support only SQL Server you cannot use the Provider keyword. Moreover, since you're using EF, you need to specify a different connection string in order to use the model of your database, a context and the Provider keyword. A typical EF connection string would be:

    Missing:

    • Icon

    Must include:

  6. 6.2.5 Connecting to the Server Using URI-Like Strings or Key ... - MySQL

    This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL server, for clients such as MySQL Shell.

    Missing:

    • Icon

    Must include:

  7. MySQL database connection string - Webcentral

    Click on the MySQL Databases icon; The database name and username will be displayed on this page; If you do not remember your database password, you will need to create a new database user and add that user to your database; You may use 'localhost' in the Server = field of your connection string

  8. Locating Your MySQL Database Connection Strings

    In the Databases section of the hosting Control Panel, click the MySQL icon. Click the pencil icon next to the database you would like to get connection strings for to open its edit features. Click the Configuration icon in the menu bar.

  9. MySQL Connection String Options for .NET/C# - MySqlConnector

    MySQL .NET Connection String Options. The simplest MySQL connection string for C# is: new MySqlConnection("Server=YOURSERVER;User ID=YOURUSERID;Password=YOURPASSWORD") For all the other options, see the tables below. MySqlConnector supports most of Oracle’s Connector/NET connection options.

    Missing:

    • Icon

    Must include:

  10. MySQL: How to store and retrive icons(images) in database

    Nov 13, 2008 · Go to www.connectionstrings.com to get the appropriate connection string format for your data source AND your connector. There's a link in my signature that shows you how to save an image in a database from VB.NET or C#.

  11. Some results have been removed