very annoying bug because mysqldump is running as utf-8 (system language) but your server in running as latin1 (default for Ubuntu) somysqldump is doing a conversion which fails
-- locale and charset problem in mysql - default character set should be set to utf8 https://bugs.launchpad.net/bugs/34181 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
