MySQL Forums
Forum List  »  Security

Re: Error connecting through SSH Tunnel
Posted by: Georgi Kodinov
Date: December 06, 2017 04:25AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
1570
December 06, 2017 03:04AM
Re: Error connecting through SSH Tunnel
821
December 06, 2017 04:25AM
558
December 06, 2017 05:01AM
514
December 06, 2017 05:23AM


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.