|
I’ve tried using utf-8 for both as well - same results for me.
What charsets should we be using?
If I run the query on my database:
SHOW VARIABLES LIKE ‘c%’;
I get:
character_set_client utf8
character_set_connection utf8
character_set_database latin1
character_set_results utf8
character_set_server latin1
character_set_system utf8
character_sets_dir /usr/local/share/mysql/charsets/
collation_connection utf8_general_ci
collation_database latin1_swedish_ci
collation_server latin1_swedish_ci
But if I try the import with:
Connection charset = utf8
Database charset = western(latin1)
I get a blank page and a hang - ‘waiting for the website to respond’
We really need this mod in order to migrate our stores across, but at present it’s unusable.
It’s been over 4 weeks since there was an update, and the mod is still in beta - is anyone actually working on it, and is anyone answering questions and dealing with the problems people are finding when they try to use it?
|