[Bug 690131] Re: mysqlimport fails on table names which are keywords if unescaped
cputoaster
690131 at bugs.launchpad.net
Wed Dec 22 13:54:21 GMT 2010
I got the problem when using mysqldump -T --default-character-set=utf8
with some binary(16) fields that had some binary data inside. I can now
see that the Range.txt files created by mysqldump just don't have the
binary fields! It does work without the default-character-set option,
but this seems dangerous if used over different systems.
$ sudo mysqldump -T . test --default-character-set=UTF8 Range > Range.sql
$ sudo mysqlimport --default-character-set=utf8 test /tmp/Range.txt
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/690131
Title:
mysqlimport fails on table names which are keywords if unescaped
More information about the Ubuntu-server-bugs
mailing list