Hello,
I have recently hired a new server and I wanted to move my mysql database.
On my old mysql server, via phpmyadmin (Server version: 5.0.90-log, phpMyAdmin - 2.9.2), I exported my .sql file to my hdd.
Text in my old database is in utf8 (with polish special characters), collation is latin2_general_ci. On my old website everything is shown correct:
http://galeria.zlotarybka.com.pl
I have entered into my new mysql server database (MySQL - 5.0.77, phpMyAdmin - 2.8.2.4) and selected import. I picked my .sql file, default character set for file utf8 and clicked import.
Database was correctly imported, but on my new website I see incorrect charset. Static text from html/php is OK, but text from mysql database is like #% or ??.
http://sportfish.com.pl/_galeria
What should I do to import my .sql file with correct charset?