ggnetworks

Reviews(1)
 
byggnetworks, June 29, 2009
mtwMigrator
Excellent! Just excellent.

Worked like a charm, even though my website's sql is huge (over 500mb).

I migrated both of my sites using this, also 3rd party components like jomcomment.

I did get a memorry issue problem when I hit the "migrate" to run, as my db size was huge.

I figured a way out, I am just sharing it here, so if other ppl run into that same problem they can read what I did below.

Those of you who get memory problem it is very important that you put "-1" in your memory_limit in php.ini, that is if you want to disable the memory limit , once you are done with the migration you can set the value back to 64MB or whatever your memory limit is.

You can change this via your whm or in root you can locate ur php.ini by typing: locate php.ini and then enter the path and edit the php.ini by typing nano php.ini and then edit it and set the directive of memory limit to -1.

Good luck!