首页
技术
登录
6mi
u
盘
搜
搜 索
技术
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE tha...
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE tha...
技术
2022-07-10
166
数据库默认模式是主键不可进行修改操作,所以需要运行以下语句。
SET SQL_SAFE_UPDATES = 0;
-- 出现error1175使用。
转载请注明原文地址:https://ipadbbs.8miu.com/read-4978.html
最新回复
(
0
)