SubscribeDocumentation.html: 3.4 I am unable to import dumps I created with the mysqldump tool
Documentation.html: The problem is that older versions of mysqldump created invalid comments like this:
Documentation.html: appears once in every dump created with mysqldump. If you want to run your
Documentation.txt:3.4 I am unable to import dumps I created with the mysqldump tool bundled with
Documentation.txt:The problem is that older versions of mysqldump created invalid comments like
Documentation.txt:once in every dump created with mysqldump. If you want to run your dump you
You are not logged in, either login or create an account to post comments
It imports pretty much anything -- the only gotcha is you'll need remote access to the db (although you can always get a DB locally, import to that, then dump in SQL).
It may be worthwhile for you to learn about mysqldump and how to import from the mysql command line. I feel that dumping with PHPMyAdmin is a bad idea except for quick backups (ie, 'huh, wonder what this query is gonna do').
posted by fishfucker at 12:33 PM on June 22, 2007