Step one
After you have installed the connector on your computer
- Open administrative tools
- Select ODBC ....
- Then click add
- Select MySQL odbc (either ANSI or ASCII but not both)
- Then a MySQL window will pop up
- Then fill in the following fields
- data source name(a name to your connection i.e medical)
- description(words that describe your connection)
- host name/tcp/IP server(local host or domain name or IP address )
- port(MySQL port)
- username(server user name)
- password(server password)
- database(select your database from the list)
- Then press ok to save your connection
- Your connection will readily be available for use in any software development project
Thank you admin