My wp_rg_lead_notes.user_name field has utf8_general_ci as the collation but the wp_users.display_name has utf8_unicode_ci as the collation. So - are you saying I should change the wp_users.display_name field collation to utf8_general_ci ?
BTW - all my WP created tables have utf8_unicode_ci for their collation while, as you know, the rg tables are utf8_general_ci
However...
On my site hosted at Cartika, all the WP tables are utf8_latin_swedish_ci while the plugins, including rg, of course) are utf8_general_ci
Bottom line...
Matching the wp_rg_lead_notes.user_name collation and the wp_users.display_name collation (both using utf8_general_ci) worked - problem solved.
Thanks!
But - is it a problem having different collations in the other fields? (It would seem not but I'm no expert.)
Posted 14 years ago on Saturday January 16, 2010 |
Permalink