I would change all fields that are currently latin1_swedish_ci to latin1_general_ci. Same with tables and database.
Why it throws so many errors, it takes field collation one by one and compares, so if only the first one is swedish and all the others general, all the general ones show up as errors.
hi there,
im new to oxid and i would like to do this " change all fields that are currently latin1_swedish_ci to latin1_general_ci" ?
i did it by Mysql Commad it works , but i have to do it in the code ? so i have to create a module for it or just put the query in some code ? how do i do it ?