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
1793
December 06, 2017 03:04AM
Re: Error connecting through SSH Tunnel
912
December 06, 2017 04:25AM
625
December 06, 2017 05:01AM
807
December 06, 2017 05:19AM
595
December 06, 2017 05:23AM
835
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.