Can different database settings prevent site from working properly?
Moving sql database from host that uses InnoDB default storage engine and utf8_general_ci collation to InMotion which uses MyISAM default storage engine and latin1_swedish_ci collation. Site is not working well (to put it mildly). Could the different storage engine/collation settings be the problem or should I look elsewhere?