I've recently upgraded from 1.3.7 to 1.5.0RC1 (+RC2 upgrade). I've set define('CHARSET', 'iso-8859-1') in english.php to keep the original charset, but I didn't realise that I should also have changed the DB_CHARSET in zc_install/includes/installer_params.php to latin1 (https://www.zen-cart.com/tutorials/i...hp?article=414) before running the upgrading.
I now see that the tables that I copied over from the old db are latin1_swedish_ci, but the new 1.5.0 tables (admin_menus, admin_pages, admin_pages_to_profiles, admin_profiles) are utf8_general_ci
I'm assuming this won't cause any problems as 1) I'm not using Admin Profiles and 2) those tables are unlikely to contain any foreign characters anyway, but I'm just checking that having mixed collations in a db isn't a bad thing per se. If it is, can I just manually change them to latin1 in PhpMyAdmin?
Thanks


Reply With Quote

