时报
-
MySQL删除更新数据时报1175错误
今天删除mysql数据库中的一条记录的时候,一直不能删除,提示错误信息如下: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KE…
-
linux防火墙开放端口时报ptables-restore: line 13 failed [失败]
linux开放8080端口 在/etc/sysconfig/iptables中添加一行[-A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 8080 -j ACCEPT] 然后service ipta…