> Hello,
>
> I have a table with the following column among others:
>
> text VARCHAR(120) CHARACTER SET utf8
>
> The provider I am using however only offers MySQL version 3.23.58,
> so I cannot use this statement. At first I thought I was not going
> to be able to store UTF8. So I changed the c
Hello,
I have a table with the following column among others:
text VARCHAR(120) CHARACTER SET utf8
The provider I am using however only offers MySQL version 3.23.58,
so I cannot use this statement. At first I thought I was not going
to be able to store UTF8. So I changed the column to the follo