Homes for Sale - eBay - Millsberry Tips 2007 - Israel Basketball - Loans

PDA

View Full Version : phpmyadmin: restoring mySQL4 DB into mySQL5 DB


micko_escalade
Jul 4th 2007, 10:20 pm
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?

micko_escalade
Jul 5th 2007, 9:30 pm
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