modpriest Posted February 27, 2008 Share Posted February 27, 2008 My script have a lot of connection to MYSQL database. Will i able to show all connection that opened and connected? from a single php script and all have open (on MYSQL database)! Please help me! I'm noob! Link to comment https://forums.phpfreaks.com/topic/93262-how-to-list-all-open-mysql-connection-using-php/ Share on other sites More sharing options...
bpops Posted February 27, 2008 Share Posted February 27, 2008 When you say a lot of connections, do you mean to different servers/databases? Or do you mean the same database? Because I believe you can only have one connection open to any particular host. And running the mysql_connect commands don't do anything if you're already connected (or so I think). Link to comment https://forums.phpfreaks.com/topic/93262-how-to-list-all-open-mysql-connection-using-php/#findComment-477709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.