matt_lists wrote:
I've seen this quite a few times, but never been able to reproduce it properly. I'm assuming you're running on Windows, correct?
I'd search your dump-file for "DATA DIRECTORY" the problem on Windows is that
it uses \ instead of / in the path names there, which makes it use it as an
escape character. Since dATA/INDEX DIRECTORY in CREATE TABLE is ignored on
Windows when importing anyways, it's safe to remove those clauses.
If you can find a way to reproduce it, feel free to add it to my old bug report about this at: http://bugs.mysql.com/bug.php?id=6660
cheers,
Yes running windows
I set all the sizes to match, 256mb and I still get the same error, tried dumping 2 different databases from 2 different machines, identical structures but different data, same error
I checked line 2153 and found no '\m' or anything else out of the ordinary
You might find this useful: http://www.vim.org/tips/tip.php?tip_id=26
Vim uses the ^M notation, but I imagine that corresponds to \m.
I have a program which can strip various newline characters out and replace with specified ones.
If you'd like a copy, I could fish it out?
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]