您的位置:首页 > Web前端

MySQL错误:You are using safe update mode and you tried to update a table without a WHERE that uses a K

2014-06-07 18:41 525 查看
转载自:http://blog.csdn.net/dragonpeng2008/article/details/7279590

 

Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)

 

Message: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

 

Solution

SET SQL_SAFE_UPDATES =
0;
 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐