I need my system to connect to different databases simultaneously.
I have a general database that stores the user's connection data (db_user, db_name, db_password), these parameters are what I would send to my system so that it connects with its respective database and displays its information. The detail is when several users log in, my configuration information would be changing and I need to keep it in all possible connections. I have not yet implemented any solution so I receive your recommendations. I hope it has been explained in the best way, thank you very much.