osx - mySQL Query Browser connection using ssh -
Is there a problem with the MySQL query browser using a connection from SSH on Mac?
I use the command: ssh-L33306: Localhost: 3306 user @ host I, while trying to open a connection with the MQB, pointing to local 33446 ports
I get an error "Could not connect to MySQL instance on local host ..."
What is odd is that it works fine in Navicat.
I find "localhost" very unbelievable on my Mac. Try 127.0.0.1 instead.
Comments
Post a Comment