Bug: Can't import databases with "CREATE" in them
Hey, folks. I encountered an error while importing a database with a CREATE statement, e.g.:
CREATE DATABASE `mydatabase` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;It worked fine when I commented out that line. It would be wise to make DAMP ignore CREATE DATABASE statements.
Sorry if this has been reported already. Good luck!
--Tom

Post new comment