I upgraded from MyODBC 3.51.5 to 3.51.10-2.
I also upgradeded from MySQL Server 4.0.13 til 4.1.5
>From command promt I can connect to my database directly with user/psw. No
problem, everything works.
Also it looks like everthing works when I go to ODBC sources in Control
Panel and try to connect.
However.
now I can't connect from my VB app anymore. using of course exact same
user/psw as before. Here is a copy of the connection string:
"DRIVER={MySQL ODBC 3.51
Driver};USER=username;PASSWORD=psw123;SERVER=localhost;PORT=3306;DATABASE=db
name;OPTION=3;"
I have (in command promt) checked passwords in the mysql user table and they
all now have a "*" in front. which they didn't have before I
"upgraded"/reset them.
Anyone got this to work?
Ruben