I need help with that, collation specification of text, varchar field of my db. I need use portuguece characters and spanish like "ñ" and others, or the "ç" and others specials chars. wich one would you recomend me?
I have my db with latin1_swedish_ci, the default. and has like 5000 rows, what happen if i change now (with the data inside) this value?
Collation
Moderator: General Moderators
I'd try latin1 as charset and latin1_general_ci as collation.
see http://dev.mysql.com/doc/refman/5.0/en/ ... rsion.htmlvisonardo wrote:I have my db with latin1_swedish_ci, the default. and has like 5000 rows, what happen if i change now (with the data inside) this value?