码迷,mamicode.com
首页 > 其他好文 > 详细

Error Code: 1360 - Trigger does not existQuery

时间:2015-04-15 23:22:23      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:mysql

1、错误描述

Query:
DROP TRIGGER `t_sert_cs_approve`

Error occured at:2015-04-12 13:37:32
Line no.:1
Error Code: 1360 - Trigger does not existQuery:
ALTER TABLE `t_toot_erth_ssess`
MODIFY COLUMN `id`  int(20) NOT NULL AUTO_INCREMENT FIRST ,
ADD PRIMARY KEY (`id`)

Error occured at:2015-04-12 13:40:34
Line no.:3
Error Code: 1146 - Table 'test.t_toot_erth_ssess' doesn't existQuery:
DROP TRIGGER `t_sert_cs_approve`

Error occured at:2015-04-12 13:40:58
Line no.:1
Error Code: 1360 - Trigger does not existQuery:


Error occured at:2015-04-13 09:52:32
Line no.:2938
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2Query:


Error occured at:2015-04-13 09:53:02
Line no.:2938
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

2、错误原因

     触发器不存在


3、解决办法

     重新运行脚本

Error Code: 1360 - Trigger does not existQuery

标签:mysql

原文地址:http://blog.csdn.net/you23hai45/article/details/45066527

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!