MySQL Forums
Forum List  »  MySQL Administrator

Re: Problems with corrupt backups
Posted by: Mike Lischke
Date: October 12, 2005 01:07AM

Klaus Maier wrote:

> I have files frome the 4.1.14-Server, but it
> hangs, if I want to restore a file from the
> Suse-MySQL-Server. It hangs already in the
> analysis, but it shows no error message.

This is a know bug I fixed recently. Actually, it is a combination of certain facts. For you to make it work see that you set the correct file charset (character encoding) for your dump during restore. By default it is set to utf-8 however very often files are encoded in ANSI. So switch that setting and the analysation should go fine.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Written By
Posted
October 12, 2005 01:00AM
Re: Problems with corrupt backups
October 12, 2005 01:07AM


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.