programguru Posted February 13, 2007 Share Posted February 13, 2007 Hello, Can anyone refer me to info or advice about PHP connection issues based on max number of users? I am experiencing a problem having 3000-5000 visitors a day, there seems to be an error in MySQL. I have a default error message display if the connection cannot be made, and it seems to be happening more frequently. Is there anything that can be done about this or does MySQL have a max number of simultaneous users? I assume my PHP code could be adjusted also, but I am not certain this will resolve anything. Connection Link to comment https://forums.phpfreaks.com/topic/38319-php-mysql-connection-issues/ Share on other sites More sharing options...
play_ Posted February 13, 2007 Share Posted February 13, 2007 Is your database large? If you haven't done so, you might want to look @ index keys. Link to comment https://forums.phpfreaks.com/topic/38319-php-mysql-connection-issues/#findComment-183683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.