Kelly
26th June, 2007, 11:23 PM
Well, my attempt to migrate this website onto a new server failed. I spent several hours transferring all the files, about 150 Mbytes of them... no problem. But when I tried to transfer over the database used for this forum, it didn't work.
Apologies to those who visited these past two days and found the forum down. I did my best. In the future I'll migrate the database before updating the DNS records so it's a smoother transition.
For the technical folks out there: the back end database here is a MySQL 4.1.x, whereas my new host was running 4.0.x, an older version. That wasn't the problem though, as I could export the database in MySQL40 compatibility format. I ended up with a 24 Mbyte database. The problem was with my new host was twofold: first, they had a 2 Mbyte limit on importing databases using Phpmyadmin, and no shell access. So I used the BigDump scripts that imports the database in segments, but this maxed out the number of SQL actions I was allowed, and I repeatedly got cut off. Seems the new host was imposing a 50,000 line limit on all SQL calls, effectively killing any chance of an import. So I wrote a PHP exec() script that runs mysqladmin in a shell and tried to manually import the database... but no dice. Repeated requests for help from tech support received no response, so now I'm back to square one.
If anyone knows of a fast, inexpensive Unix/Linux web host with PHP/MySQL and Shell (SSH) access, I'm looking for one...
I'll try to move the site again once I find a new host.
Kelly
Apologies to those who visited these past two days and found the forum down. I did my best. In the future I'll migrate the database before updating the DNS records so it's a smoother transition.
For the technical folks out there: the back end database here is a MySQL 4.1.x, whereas my new host was running 4.0.x, an older version. That wasn't the problem though, as I could export the database in MySQL40 compatibility format. I ended up with a 24 Mbyte database. The problem was with my new host was twofold: first, they had a 2 Mbyte limit on importing databases using Phpmyadmin, and no shell access. So I used the BigDump scripts that imports the database in segments, but this maxed out the number of SQL actions I was allowed, and I repeatedly got cut off. Seems the new host was imposing a 50,000 line limit on all SQL calls, effectively killing any chance of an import. So I wrote a PHP exec() script that runs mysqladmin in a shell and tried to manually import the database... but no dice. Repeated requests for help from tech support received no response, so now I'm back to square one.
If anyone knows of a fast, inexpensive Unix/Linux web host with PHP/MySQL and Shell (SSH) access, I'm looking for one...
I'll try to move the site again once I find a new host.
Kelly