cached database connections?
I'm using Flyspeed to connect to a bunch of MS SQL databases and it works fine. I've connected to one MySQL database and it works fine as well (call it DBa). I'm trying to add a connection to another MySQL database (call it DBb) on a completely different server, using both the name and IP, but it gives me the list of databases for DBa. Am I doing something weird here? Does flyspeed have some cache of connections that I could clear?
Possibly you get connected to your MySQL database through the SSH tunnel. If so, you should set different local ports for each connection.