MySQL Forums
Forum List  »  Perl

Re: Connect to two DB same server...
Posted by: Rick James
Date: March 26, 2012 12:03AM

Cannot be done with a single connection and single user.

Plan A: Make a new user that has permissions to both databases.

Plan B: Do the work in Perl, with two separate connections.

Options: ReplyQuote


Subject
Written By
Posted
Re: Connect to two DB same server...
March 26, 2012 12:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.