Phpmyadmin - 符号 ° 错误

发布于 2024-11-28 05:19:34 字数 806 浏览 0 评论 0原文

我的 Phpmyadmin 数据库似乎有一个奇怪的问题。当我在表 subject 中使用符号 ° 时,它会给出错误并且不会插入,对于我的表 message 但这不会有所作为。

我尝试将其作为 VARCHARTEXT,但都给出错误。消息字段是一个 TEXT 并且不会给出任何错误。

我发现了这个: http://fogbugz.stackexchange.com/questions/2156/how-do-i-fix-in Correct-string-value-x-errors-when-running-on-mysql

我的输出为:utf8_general_ci、latin1_swedish_ci、latin1_swedish_ci

错误:

DB Error #1366

INSERT INTO table SET created=NOW() ,ticketID=7403, subject='FW: Stackoverflow N� 456'

Incorrect string value: 'xB0 4100...' for column 'subject' at row 1

I seem to have a weird problem with my Phpmyadmin database. When I use the symbol ° in my table subject it gives an error and won't insert, for my table message however this doesn't make a difference.

I tried it as a VARCHAR and as TEXT, but both give errors. The message field is a TEXT and doesn't give any errors.

I found this: http://fogbugz.stackexchange.com/questions/2156/how-do-i-fix-incorrect-string-value-x-errors-when-running-on-mysql

My outputs are: utf8_general_ci, latin1_swedish_ci, latin1_swedish_ci

Error:

DB Error #1366

INSERT INTO table SET created=NOW() ,ticketID=7403, subject='FW: Stackoverflow N� 456'

Incorrect string value: 'xB0 4100...' for column 'subject' at row 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

九歌凝 2024-12-05 05:19:34

将表的排序规则更改为 utf8_general_ci

Change Collation of your table to utf8_general_ci

破晓 2024-12-05 05:19:34

我能够让它与我的程序供应商提供的补丁一起工作。

I was able to get it to work with a patch supplied by the vendor of my program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文