MySQL Forums
Forum List  »  MySQL Workbench

Re: Problem : Too Many Concurrent Connections.
Posted by: Mike Lischke
Date: September 06, 2013 02:06AM

Steve,

you cannot have more than one TCP/IP service running on a single port. But I guess the error comes up because you have several connections to the same server from WB and the connection limit kicks in. This can be configured per user. Instead of opening multiple SQL IDE sessions to the same server you can also have multiple sql tabs in the same session which than all share the same connection.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem : Too Many Concurrent Connections.
655
September 06, 2013 02:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.