For many months, I have been logging into my remote servers through a tunnel on my Windows machine. Pretty standard: I log in through putty using the designated port 3306, then I open up MySQL Admin tool (or query tool) and log into 127.0.0.1:3306
I've been trying to set this up on my Mac and I get this error when I try to log into the database: "Lost connection to MySQL server at 'reading initial communication packet', system error: 0"
I had no problem setting up the tunnel using Terminal, but I can seem to access the database through Workbench. Has anyone come across this problem?
Thanks a TON in advance. This has been killing me!