Jump to content

PHP script to backup database individual tables


unrelenting

Recommended Posts

I ned a free script that will allow me to download a single table in my database. It's about 250megs in size and times out using phpmyadmin on my shared host. If I can do it in php on my server space it will download much faster and complete but I can't get the entire table at once using some of the scripts I have come across. Any ideas?

So PHPMyAdmin, a PHP script, times out, but you don't expect another PHP script to timeout?

 

 

 

You can do chunks of exports with PHPMyAdmin, by the way.  Go into the individual table and go to export.  Then look at the bottom.  "Dump x row(s) starting at record # y."

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.