Jump to content

[Solved] Donation to move account that has Java enabled


wfutan

Recommended Posts

Hello all, I always got this kind of error when accessing mysql database: java.sql.SQLSyntaxErrorException: User <username> already has more than 'max_user_connections' active connections... 

 

I am still newbie and still using Johnny server, is it typical Johnny characteristics or there might be something else I am missing? 

 

Any reply/help would be very appreciated, best regards

 

 

Link to comment
Share on other sites

There's a limit of 4 concurrent connections at a time. You can try something like this in your connection string to limit them. Also, be sure to explicitly close your connections when finished with them.

jdbc:mysql://localhost:3306/database?max-connections=4
Link to comment
Share on other sites

Thanks for your support Krydos, everything is working well now. No Java Wolstech, just jdbc for connection to mysql database. I will setup paypal monthly donation to support the server. You may closed this topic, Solved!  :)  :)  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...