I currently am able to open one connection to a mysql database. However, I have been unsuccessful in my attempts to get 2 connections open at the same time. Reason for this is that i need to connect to a second database on a second host, select data from a table in database 1 and insert it into database 2.
Any suggestions?
Any suggestions?