zoukankan      html  css  js  c++  java
  • Error Code: 1360

    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、解决办法

         重新运行脚本

  • 相关阅读:
    [SHOI2014]信号增幅仪
    [SDOI2016]征途
    Luogu P3226 [HNOI2012]集合选数
    Comet OJ C1076 [Contest #4]求和
    Luogu P2657 [SCOI2009]windy数
    Luogu P1864 [NOI2009]二叉查找树
    UVA10559 Blocks
    Luogu P1880 [NOI1995]石子合并
    简单DP
    CF1097F Alex and a TV Show
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314551.html
Copyright © 2011-2022 走看看