Re: Error connecting through SSH Tunnel
What is the authentication method used for the active mysql user account ?
Give me the SHOW CRATE USER (sans the sensitive bits of course) for that user.
Some methods require a secure connection (a unix socket, a SSL connection or a named pipe iirc, i.e. the one that are guaranteed not to allow eavesdropping).
Obviously you're using one of these, but over an ssh channel. And since the mysql client can't detect it's running on one such channel (for it it's just another tcp/ip port) you get the error and you need to turn the override on.
Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria
Subject
Views
Written By
Posted
1914
December 06, 2017 03:04AM
Re: Error connecting through SSH Tunnel
964
December 06, 2017 04:25AM
667
December 06, 2017 05:01AM
859
December 06, 2017 05:19AM
633
December 06, 2017 05:23AM
885
February 28, 2018 07:54AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.