Hi, everything works fine after I restore mySQL4 DB on FC4 except that character encoding is not restored correctly, If I write new post after restore using characters ie. Ä, ć....etc they are displayed correctly but the ones from the restore aren't displayed correctly, any suggestions?
Problem solved! in case some runs into same problem backing up and restoring using command line worked, to backup I used mysqldump --opt -u root -p my_db_name > backup.sql and to restore I used mysql -u root -p my_db_name < backup.sql