0

I am inserting some datas including turkish characters into a table and when I insert a data appearance of turkish characters confused me. For example for the character 'ğ', appearance on database is 'ð'. But when I get data and print it on the browser for testing this character shows up to be correct 'ğ' character. Do I have to worry about the situation ? (Btw I am using utf8mb4 as described in title)

4

1 回答 1

0

如果您使用 phpmyadmin 查看数据库条目,这是一个常见的误解。

您不必担心,您可以从 php.ini 和 phpmyadmin 的设置中进行配置。但正如你所说,这不是什么大问题。我建议您使用 toad 或 navicat for mysql 以获得更好的结果。

于 2013-01-30T09:31:03.663 回答