Posible bug in dotConnect for MySQL
Posted: Tue 21 Aug 2012 21:57
Hi friends, I've a strange problem connecting Http Tunneling
I've this credentials
cnn.UserId = "bbdd_noa"
cnn.Password = "NI{{f0sOyt\\k&I8w_c"
cnn.open()
NOT CONNECT --> error Access for user 'bbdd_noa'@'127.0.0.1' is denied (user password: YES)
Now, i change password for user "bbdd_noa" in PLESK and...
cnn.UserId = "bbdd_noa"
cnn.Pssword = "T0d0p3rr4$"
cnn.open()
CONNECT SUCCESSFULLY
Why? all parameters is ideantical, except PASSWORD, with the complex password NOT CONNECT, is a component bug?
Thanks in advance.
I've this credentials
cnn.UserId = "bbdd_noa"
cnn.Password = "NI{{f0sOyt\\k&I8w_c"
cnn.open()
NOT CONNECT --> error Access for user 'bbdd_noa'@'127.0.0.1' is denied (user password: YES)
Now, i change password for user "bbdd_noa" in PLESK and...
cnn.UserId = "bbdd_noa"
cnn.Pssword = "T0d0p3rr4$"
cnn.open()
CONNECT SUCCESSFULLY
Why? all parameters is ideantical, except PASSWORD, with the complex password NOT CONNECT, is a component bug?
Thanks in advance.