0

Moving large mySQL databases

Web Design

If you've ever had to move databases that were way too big for phpmyadmin, and didn't have shell access or what not, you can use Big Dump. bigdump is a php file that will allow you to upload a database dump of any size by breaking it into smaller chunks... All you have to do is upload bigdump.php to your server, enter your database info, the location of your sql dump (needs to also be uploaded to your server, and uncompressed), and then point your browser to bigdump. Easy as hell, and only takes a second. You can even upload 2mb-3mb databases using this method faster than you can through phpmyadmin.

Download bigdump...

http://www.ozerov.de/bigdump.php

tags:
Web Design

Search