我的 WordPress 帖子中的中文现在变成了问号
我正在运行 WordPress 2.8.2 博客。前几天我发的所有中文帖子都很好。但今天我发现它们全都被问号打断了???我没有对任何文件或设置进行任何更改,其他人也可以这样做,但这极不可能,而且还没有人承认任何事情。主题和类别仍然是中文,但只有帖子本身的内容被破坏了。我发现新帖子工作正常,标题和内容都是中文,但旧帖子仍然损坏。所以我转到 MYSQl 中的 wp_posts 表并查看 post_title 和 post_content。 post_title中的所有内容都是中文,但是post_content中的数据是???除了新帖子是中文的。所以我正在努力缩小可能发生的事情的范围。是 WP 问题、我的数据库出了问题还是我的托管提供商出了问题?我没有 mysql 备份,所以我不知道是否可以做些什么来解决这个问题。我对此有点陌生,我只是想知道是什么导致了这个问题。任何帮助都会很棒。 谢谢!
I am running a WordPress 2.8.2 blog. A few days ago all my posts that were in Chinese characters were fine. But today i noticed all of them are broken with question marks???? I have made no changes to any files or settings, someone else could've but it is highly unlikely and no one has confessed to anything yet. The topics and categories are still in Chinese but only the content in the post themselves are broken. I found that new posts work just fine, Title and content are in Chinese, but the old posts are still broken. So I went to my wp_posts table in MYSQl and looked at post_title and post_content. Everything in post_title is in Chinese, but the data in post_content are ???? except for the new post which is in Chinese. So I'm trying to narrow down what could have happened. Was it a WP problem, something happened with my database, or something with my hosting provider? I have no mysql backup so I don't know if there is anything i can do to fix the problem. I am a little new at this and im just wondering what could have caused this problem. Any help would be great.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是数据库中表的排序规则设置错误。
http://leepingloon.com/?p=13
希望对您有帮助。
Could be the wrong collation setting for the table in database.
http://leepingloon.com/?p=13
Hope it helps you.