Web Hosting Talk







View Full Version : MySQL upgrade


NameSniper
04-12-2007, 03:29 PM
Hello,

Recently i have upgraded MySQL 4 to 5 and having an issue with foreigne characters,when someone try to post foreigne character on my forum,instead of text,its displaying as a .,> etc

I have backup of my databases,can anyone please tell me how do i find out what was my charset before and whether if collation changed in mysql 5 ?

latheesan
04-12-2007, 05:11 PM
I think it was:

utf8_general_ci

NameSniper
04-16-2007, 06:05 PM
Thanks for info