Bonjour,
Voila j'ai un problème pour me connecté a une BD MySQL j'utilise cette chaînede connexion : Dim strConn as string
strConn = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=10.10.3.33;DATABASE=audit;" & _
"USER=HAM;PASSWORD=MAH; OPTION=3;"
je recoi ce message:
[OdbcException (0x80131937): ERROR [HY000] [MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client![]()
Partager