gpt4 book ai didi

php - 在 Phpmyadmin 中插入表中的编辑值不起作用

转载 作者:行者123 更新时间:2023-11-29 04:00:24 25 4
gpt4 key购买 nike

如果您在图片中看到,我没有任何选项可以编辑表格中插入的值。我想在这里编辑 ex , 'test_input' 列作为唯一的条目。为什么会这样,我在 Localhost 上并且新安装了 xampp。

screenshot of phpmyadmin

最佳答案

这是因为您的表中没有 PRIMARY 键。

添加 id 字段并将其设置为表的 PRIMARY 键(或选择现有字段之一,例如 problem_id , 但它必须是 UNIQUE).

这正是显示在您附加的 phpMyAdmin 屏幕截图顶部的通知,警告您:

Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.

关于php - 在 Phpmyadmin 中插入表中的编辑值不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29329661/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com