I’m trying to move a Wordpress web site from one host to another. The hard part is that I don’t have access to the original site, and the person who created the site is being a pain. I needed the database of the site, and he sent me the localhost.sql - 30 megs of unrelated crap. So it exceeds the 7 meg limit of the MySQL web tools, and none of the text tools I’ve found have worked.
Any suggestions for a tool, preferably on Windows, that will allow me to load in this 30 meg file and extract the one database I need?
You could install a copy of MySQL Server (it’s a free download) on your local Windows machine, load the full dump, and then dump out just the database you want.
Dreamhost won’t allow you to run the commands in your sql file. Easiest bet would be to take andrewm’s advice and load the data into an MySQL server running on your local machine and then export exactly what you want for Dreamhost.
I installed the hateful thing on my computer, and am trying to puzzle out the syntax. As usual for Unix style utilities, the “help” file exists solely as a reminder for the person who wrote the program.