I found an easier way to installing ODBC driver.
If I choose 2.50 version instead of 3.52 version, It has the setup file.
I could downloaded at
http://dev.mysql.com/downloads/connector/odbc/2.50.html.
As I install it, I can see "mySQL on the ODBC driver list".
It was quite a progress, but I have still a long way.
I can see seven input boxes in TDX mysql Driver default configuration.
They are like the following.
Code:
windows DSN name "test"
mySQL host(name of IP) "localhost"
mySQL database name "test"
user "test"
Password "test"
port(if not 3306) " "
SQL command on connect " "
I entered "test" windows DSN name box, mySQL database name box, user box,password box like the above.
Before that, I made a database named "test", and a user named "test" which has the password "test".
I thought "localhost" might be the correct word for entering in the mySQL host box. so I entered it.
Since mySQL port is 3306, I left the port box empty.
Since I don't have any clue about what is the correct word for entering in the SQL command on connect box, I left the box empty.
Below those input boxes, there are 19 check boxes.
I won't list all the names but I say I didn't check anything because I don't know about that.
And clicked the OK button.
(Q1)Do you see anything wrong with my entering?
(Q2)What is the meaning of the SQL command on connect?
I am waiting for your any comments of you on this matter.
Bookmarks