01/09/2009 (7:36 am)
mysqldump operation for MySQL4.1.13
whats the best way mysqldump operation for mysql4.1.13 version?
i use currently;
mysqldump -u dbusername -p databasename > /path/backup.sql
is this correct?
thanks for advice
my previous hosting provider uses mysql4.0-standard and all charsets showing fine.
But new provider uses Mysql4.1.13 and when i import database characters showing bad, how to import correctly?
example;
mysql4.0-standard output;
paylaşmalarıdır (this is correct)
mysql4.1.13 output;
paylaþmalarýdýr (this is bad)
how to fix this problem?
i've put --default-character-set=latin1 option for mysqldump, characters showing fine.
also ignore in this thread post #1, command correct for 1.4.13 version and both --opt , -Q options comes default by 1.4.13 series.
thanks.
#If you have any other info about this subject , Please add it free.# |