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.

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.