Here's the issue. Over the course of about 24 hours, I have noticed that MYSQL will have 50-90 child processes that are "sleeping". Obviously, this is takeing quite a bit of memory. How, far from killing the processes manually or restarting MySQL, would I prevent these idle processes from taking up all the memory? The routines that connect to the db are in PHP using the mysq_pconnect command.
Any suggestions would be greatly appreciated
Any suggestions would be greatly appreciated