MySql 土耳其语字符
我正在写一个程序。该程序将数据传输到 SQL Server Datas 中的 MySql 数据库。 MySql数据库默认字符集是Latin1。 Latin5 字符集通常用于土耳其语字符。但我无法更改 mysql 表的字符集,因为它是一个非常旧的数据库。
有什么方法可以正确地将土耳其字符导入mysql数据库吗?
I'm writing a program. This program transfers data to MySql database which is in SQL Server Datas.
MySql database default charset is Latin1. Latin5 charset is usually used for Turkish characters. But I can't change mysql table's charset because it's a very old database.
Is there any way to import turkish chars to mysql database correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
测试一下:
如果一切看起来都不错,您可以删除旧表并将新表重命名为与旧表具有相同的名称。
To test try:
If everything looks good you can drop the old table and rename the newtable to have the same name as the oldtable.