Can any body please let me know if more than one database connection at a time is possible with Mysqldb in python script. I have a scenario where i want to query from databaseA tables (which can be from more than one table using join operation ) and store the resultset into another databaseB table named ‘results’.
Thanks in advance.
Open two connections and work with them as needed.
Where should be the problem?