Disable MYSQL secure_auth
Posted: 30.10.2013, 17:36
Hello,
I'm trying to connect to a remote MySQL server and i get this exception error:
Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)
I'm tried to disable the "secure_auth" option by adding the string "MYSQL_SECURE_AUTH=false" to the TZConnection properties, but i get the same error.
I'm using ZeosLib 7.0.4 and Delphi 7. The server has MySQL 5.0.95
Thanks in advance
I'm trying to connect to a remote MySQL server and i get this exception error:
Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)
I'm tried to disable the "secure_auth" option by adding the string "MYSQL_SECURE_AUTH=false" to the TZConnection properties, but i get the same error.
I'm using ZeosLib 7.0.4 and Delphi 7. The server has MySQL 5.0.95
Thanks in advance