gpt4 book ai didi

mysql - 更新查询在 mysql 工作台中不起作用

转载 作者:行者123 更新时间:2023-12-03 13:42:40 24 4
gpt4 key购买 nike

我有一个 MySql 查询,如下所示:

UPDATE signup SET lastname='Lastname', password='123'
WHERE firstname='Firstname';

我正在使用 MySql Workbench 来执行查询。

但它没有更新行并显示此错误:

You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.

最佳答案

在 mysql 工作台中,默认情况下启用安全模式,因此如果您的 WHERE子句没有键,它会阻止运行查询。尝试使用这些步骤禁用它 -
Edit > Preferences > Sql Editor > uncheck the "Safe Updates"
备注 - 尝试重新连接服务器( Query > Reconnect to Server ),然后再次运行您的查询。

关于mysql - 更新查询在 mysql 工作台中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33971357/

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