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使用。

    Processed: 0.013, SQL: 9