Section | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Heading Here
...
Create System DSN Connection
Once the MySQL ODBC connection driver is installed on a local system, you need to set up a System DSN connection through Microsoft Windows on that same local system.
From the Windows Start Menu, select Control Panel > System & Security > Administration Tools > Data Sources (ODBC).
Once installed, need to set up a System DSN (data source name) connection through Microsoft Windows.
Windows Start Menu > Control Panel > System & Security > Administration Tools > Data Sources (ODBC)
On the System DSN tab, click Add.
When prompted to select a driver, select the MySQL ODBC Driver option and click Finish.
Specify MySQL connection parameters as described in the following table and click OK.
In the Data Source Name box, enter the name of the data source to access. It can be any valid name that you choose.
In the Description box, enter some text to help identify the connection.
In the Server field, enter the name of the MySQL server host to access. By default, it is
localhost
.In the User field, enter the user name to use for this connection.
In the Password field, enter the corresponding password for this connection.
The Database pop-up should automatically populate with the list of databases that the user has permissions to access.
To communicate over a different TCP/IP port than the default (3306), change the value of the Port.
Click to save the DSN.
To verify the connection using the parameters you have entered, click the button. If the connection could be made successfully, you will be notified with a Success; connection was made!
dialog.