Is there an easy way to switch databases? I am working between 3 different databases all of which a single MySQL User has access to.
But, I dont see an easy way to do this because of the database being in the "URL".
Is there an easy way to do this? or do I have to have to keep calling pool.Initialize over and over again? or can I just call pool.Initialize once for each DB, but then how to select???
Right now I have a Pool.Initialize in each of my subroutines that deal with each different DB but it seems slow and inefficient. I did manage to get SSL working and that was a complete nightmare to accomplish, but I did.
I am lost here, any ideas?