MySQL Forums
Forum List  »  Backup

Re: mysql backup and restore for 4.1.x ????
Posted by: Valeriy Kravchuk
Date: April 20, 2006 11:56AM

I think:

mysqldump --default-character-set=latin5 -uUSER -pDBNAME > /path/backup.sql

to dump and

mysql --default-character-set=latin5 -uUSER -pDBNAME < /path/backup.sql

to restore will do the job for you (if default-character-set for mysqld is latin5). In case of problems with particular characters, please, open a bug report (or search for existing ones).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql backup and restore for 4.1.x ????
2683
April 20, 2006 11:56AM


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.