Does anyone know if there's a problem with the mysql query browser using connections over SSH on the Mac?
I use the command: ssh -L33306:localhost:3306 user@host then I try to open a connection with the MQB pointing it to localhost port 33306
I get an error "Could not connect to MySQL instance at localhost..."
What's odd is that this works fine in Navicat.