This is just getting advice from other users. I have several applications on an “intranet” being used by about 50 users. As I have developed them I have created new databases and new database connections to each DB. I am up to 5 now, but I have noticed that there are lots of connections in and out, etc. So I tried checking the “Persistent” connection option and that seems to have helped, but the thought occurred to me that I really only need one connection to one of the DB’s on the server and then in the query itself I could select other databases when required.
Would I gain any performance by reducing my 5 DB connections (All on the same local MySQL server) down to just 1?
Thanks for any advice!