Bug #62029 | Workbench Connection Limit: Only One Active? (Cannot Connect to Database Server) | ||
---|---|---|---|
Submitted: | 29 Jul 2011 16:55 | Modified: | 8 Aug 2011 18:34 |
Reporter: | Mike Reid | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.34 | OS: | MacOS (OS X 10.5, 10.6, 10.7) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connection, limit, ssh, tunnel |
[29 Jul 2011 16:55]
Mike Reid
[31 Jul 2011 15:53]
Valeriy Kravchuk
I had not problem like this on Mac OS X 10.5.x trying to connect via SSH tunnels to *local* MySQL server both via localhost or any other IP address of local network interface. Please, confirm that all connections in your case are to other, remote machine.
[31 Jul 2011 16:30]
Mike Reid
Yes, as I mentioned, all of my stored connections are remote via ssh tunnel (excluding one, which is *localhost*, no ssh tunnel.) The connections ALL work just fine when ran INDIVIDUALLY, but the second I try to run more than one at a time, I receive Cannot Connect to Database Server error. It's really frustrating. I _think_ the common thread may be SSH tunneling here, but have not been able to confirm.
[3 Aug 2011 14:10]
Steve Wollkind
I am experiencing the same issue, though my connections are not over any SSH tunnel, they are direct to the database servers on my network. Version 5.2.34 on Mac OS X 10.6. If you: 1 define multiple stored connections 2 connect to one of them 3 try to connect to a second you will get the "Cannot Connect to Database Server" window with the error message as described above. If you close the open connection and try to open the second one, it will work, so it really does seem like we're being limited to one open connection as a new "feature." Is this intentional? This is extremely annoying, as I routinely need information from various of our database servers, and repeatedly closing connections to work between different servers is not a great workaround.
[3 Aug 2011 15:07]
Mike Reid
Great to know, Steve. I was starting to think this was just happening to me, something possibly specific to my setup. I'm also glad you were able to rule out the SSH tunnel piece. I find myself checking the MySQL Workbench Blog (http://wb.mysql.com/) daily looking for the next possible release, hoping that this bug specifically will have been addressed. Can someone at Oracle please verify this on their end to get this into the queue ASAP?
[3 Aug 2011 23:45]
Alfredo Kojima
Duplicate of bug #59520
[8 Aug 2011 18:34]
Mike Reid
Temporary solution posted here: http://bugs.mysql.com/bug.php?id=59520#c368389 seems to do the trick! Thx Alfredo :)