欢迎投稿

今日深度:

MySQL错误:You are using safe update mode and you tried to u

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


转载自: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;

 

www.htsjk.Com true http://www.htsjk.com/shujukunews/1521.html NewsArticle MySQL错误:You are using safe update mode and you tried to update a table without a WHERE that uses a K 转载自:http://blog.csdn.net/dragonpeng2008/article/details/7279590 Error : 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MOD...
评论暂时关闭