Jump to content

Establish Multiple MySQL DB Connections


n1concepts

Recommended Posts

Does anyone have an example of establishing two MySQL connections (one local & one external) to pass data from local DB to external using PHP?

 

Objective: I need to query the table of local data (for email addresses) then the same for external db table and if email not present, insert into that db.

 

I will use CRON to run the script (will figure that part out later but suggestions welcome if you have that info as well....)

 

Link to comment
Share on other sites

Got it!

One last question: as long as I close both connection at the end of each query and insertion, there should be any load problems (CPU related) right?

 

I ask b/c it will be firing afew thousand each hour (simply query then inserts) but just curious if this could present problems long term as it will run indefinitely (using a CRON to fire every three to five minutes).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.