Or if someone could send a copy of the output from this script so I could compare?
SELECT table_schema, table_name, column_name, character_set_name, collation_name
FROM information_schema.columns
ORDER BY table_schema, table_name,ordinal_position;
Thanks