Jump to content

MySql - Import .sql file on web url via PHP


bux23

Recommended Posts

I need my online server to update from a sql file I automatically export to my dropbox periodically with a cronjob.  So i need a script on server side that imports that file, also with a cronjob.

 

nyone can help me with the code? I have problems accessing the file from web url.

Link to comment
Share on other sites

Trying to understand your problem.

 

You are looking for a php script that you can run to grab a .SQL file (a file containing some sql statements?) and then execute that sql code to update your db table(s). This sql file is created by some process outside your control I presume, otherwise why would you not just simply do the update instead of saving and retrieving this sql code from the .SQL file?

 

Is that accurate?

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.