MySQL Forums
Forum List  »  Backup

Characters in backups
Posted by: John Holmberg
Date: February 22, 2005 08:31AM

When I'm performing backups (mysqldump or MySQLAdministrator) I get wrong characters in my backup. If I'm using swedish characters like Å, å, Ä, ä and Ö in the database I get

INSERT INTO `test` (`name`) VALUES
('ÖöÅåÄä'),
('ÖöÅåÄä'),
('ÖöÅåÄä');

in the backup

Can I change any parameters to get the output right?

Regards

Options: ReplyQuote


Subject
Views
Written By
Posted
Characters in backups
3949
February 22, 2005 08:31AM
2749
March 02, 2005 06:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.