This is simple , use the following command on mysql :
1 | alter table TABLE_NAME convert to character set utf8 collate utf8_unicode_ci; |
This is simple , use the following command on mysql :
1 | alter table TABLE_NAME convert to character set utf8 collate utf8_unicode_ci; |
Powered by WordPress