DB / NoSQL/MariaDB/MySQL
[MySQL] Workbench의 Update Delete시 Error Code 1175
뚱2
2014. 5. 19. 10:47
링크: http://mysqlblog.fivefarmers.com/2010/09/01/workbench-called-me-a-dummy/
Go to Edit -> Preferences
Select the SQL Editor tab
Uncheck “Forbid UPDATE and DELETE statements without a WHERE clause (safe updates)”
맥용 워크벤치는 경로가 조금 다르다.
Preferences -> SQL Queries -> "Safe Updates".Forbid UPDATEs and DELETEs with no key in WHERE clause or no LIMIT clause. Requires a reconnection.
이왕하는것 그림 같이 수정해서 Limit Rows Count도 Disable하자
그리고 재시작 해야지 적용된다.