> Ok, I thought that I will be misunderstood...
>
> I'll try to explain this in example below:
>
> I have table
>
> CREATE TABLE `product_descriptions` (
> `id_product_description` mediumint(8) unsigned NOT NULL auto_increment,
> `id_product` mediumint(8) unsigned NOT NULL default '0',
>
> P.S2 I store data in one table which has no default collation set only
> UTF-8 charset. In
> this table I can have data in different collations.
Every table does have a default collation either you specify it or it
comes from the default collation for your database or the server
default. You n