Jump to content

[Solved] More SQL Connections Please


Mooglefrooglian

Recommended Posts

I actually am using HeidiSQL to look at my database and modify it as well as make php scripts for it. I also have a laptop next to me for an extra screen (probably unneccesary) and it doesnt like me connecting to the database on both computers. I understand that it is probably unnecessary as an addition, but I fail to see any negative consequences of having more connections allowed. I just thought it might be nice as an addition.

 

Thanks for your time though.

Link to comment
Share on other sites

The negative consequence is that it allows everyone to have one more connection, thereby causing load levels to spike. You really don't need more than 10 connections, which is the current per-user limit. Either your web application is using persistent connections, or you have more than ten connections open at once.

Link to comment
Share on other sites

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