
mysql
illumiD
目標確認、狙撃体制に入る。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql设置某列数据自增1 及设置后insert写法
+--------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------+--------------+------+-----+---------+----------------+...原创 2018-10-11 20:44:47 · 6150 阅读 · 0 评论 -
mysql ERROR 1175 (HY000): You are using safe update mode......
ERROR 1175 (HY000): You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column 解决办法:set sql_safe_updates=0; (非长久办法)原创 2018-10-20 00:19:19 · 1069 阅读 · 1 评论