MySQL madness
mck (0 pencils) | Wed, 2006-01-11 10:59I am having a very frustrating problem with MySQL. I ran out of bandwidth on my server, so I rented another one with a 500 GB bandwidth, only the MySQL database has yet to be moved. Can't get simpler than that right? Gzip the db and export it, then import it into the other db. I compressed the fuck out of it (1.1 MB), and the importer chokes on it. After working for a while, it simply displays a blank page or the MySQL starting page and it doesn't import the database. What to do?
Commenting on this Forum topic is closed.

I managed to SSH in to my old host and get the mySQL db off that way, but my new host doesn't support SSH. When importing the 1.5 MB file with phpMyAdmin, I get an error ("you might have discovered a bug.." etc). help...