Hi Guys, I have a wordpress database which is 112 MB in .gz format. I was trying to import it on Godaddy Shared Hosting using www.ozerov.de/bigdump.php, but i keep getting the memory exhausted error. I know the solution is to switch hosting or buy dedicated server, but i have several sites hosted there and i cannot afford a server. Is there a solution to import this wordpress database on godaddy using another cpanel hosting? I have a spare cpanel hosting but that is already hosting a site. help appreciated. cheers! nirav
You can always open the file on you local computer and cut it down to smaller seperate querys and then import those. As long as you start and stop where insert section ends you will be fine. It is one heck of a lot of work but it will do the job. If you still have it on a server somewhere you can export one table at a time and do the same thing without all the manual labor.
How do you import the database ? Are you browsing for it locally or first upload it do bigdump ftp directory?
There is a software online called Big Dump, all you have to do is upload the bigdump.php (after you modified it to fit your data) with the SQL file and it will do the rest for you. I would post a link but I'm not sure about the forum rules, just Google it, it's free Best Yossi
the unzipped sql file is 300MB. and godaddy doesnt allow more then 2mb at a time. hell lot of work. but thanks for your advice. uploading it to the directory. did you even read my first post?
VPS servers aren't that expensive anymore. Linode.com is $19.95/month for 360MB memory / 12GB disk. Made a huge difference in performance for me when I moved from a shared hosting environment. But, sounds like you aren't ready for that... You might consider bumping up the allocated memory in your php.ini file. memory_limit=36M ( or whatever ). What is the file format ? The php extension makes it sound like a self-contained script. You might ask if you can get it in mysqldump format. That format is fairly easy to hand edit into smaller chunks.
Hello Buddy, If bigdump isnt working and you still have the db uploaded on the server you could try installing mysqldumper and import it through that. http://forum.mysqldumper.de/downloads.php?cat=2