Search found 2 matches

by logeshkumartk
Sun Apr 12, 2015 11:21 pm
Forum: PHP - Code
Topic: Error in Connection with two different DB
Replies: 4
Views: 2774

Re: Error in Connection with two different DB

even if i use db name as prefix connection error will occur because db username and password are different
by logeshkumartk
Sun Apr 12, 2015 8:01 am
Forum: PHP - Code
Topic: Error in Connection with two different DB
Replies: 4
Views: 2774

Error in Connection with two different DB

I'm working on Laravel project, when im using joins with two different database (ie) [different username and password for both the database], it throws an error stating that one database username can't be used to connect with other database. can anyone please tell me how to use two different databas...