skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The MySQL Wire Protocol Driver : Configuring and Connecting to Data Sources
  
Configuring and Connecting to Data Sources
After you install the driver, you configure data sources to connect to the database. See Quick Start Connect for an explanation of different types of data sources. The data source contains connection options that allow you to tune the driver for specific performance. If you want to use a data source but need to change some of its values, you can either modify the data source or override its values at connection time through a connection string.
If you choose to use a connection string, you must use specific connection string attributes. See Using a Connection String and Connection Options Descriptions for an alphabetical list of driver connection string attributes and their initial default values.
* Data Source Configuration in the UNIX/Linux odbc.ini File
* Data Source Configuration through a GUI
* Using a Connection String
* Using a Logon Dialog Box