Hey guys,
I wonder if you can help me here. I have a site that I need to transfer to my space here at Dathorn, but I'm having issues backing up the MySQL DB. The server is setup extremely poorly, and phpMyAdmin runs out of memory before I can finish the backup. If I gzip it, I can only get 4 KB of the DB. If I don't, it dies around 3 MB with a Out of memory error.
Does anyone have a script that exports to a local file, in bunches of 1000 records or so? I found a script here: http://www.ozerov.de/bigdump.php, which will import in groups of 1000, but this doesn't help me on the old server.
Oh, and its a Windows server, so I don't have any shell access.
Any ideas? Thanks.
I wonder if you can help me here. I have a site that I need to transfer to my space here at Dathorn, but I'm having issues backing up the MySQL DB. The server is setup extremely poorly, and phpMyAdmin runs out of memory before I can finish the backup. If I gzip it, I can only get 4 KB of the DB. If I don't, it dies around 3 MB with a Out of memory error.
Does anyone have a script that exports to a local file, in bunches of 1000 records or so? I found a script here: http://www.ozerov.de/bigdump.php, which will import in groups of 1000, but this doesn't help me on the old server.
Oh, and its a Windows server, so I don't have any shell access.
Any ideas? Thanks.
Hacky and not elegant? Yup. But it saved my ass.
Comment