Re: mysql backup and restore for 4.1.x ????
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).
Subject
Views
Written By
Posted
7294
April 15, 2006 11:06PM
3275
April 16, 2006 06:53PM
Re: mysql backup and restore for 4.1.x ????
2724
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.