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 'the manual that corresponds to your MySQL server version for the right syntax to' at line 1在建触发器的时候 遇到的问题~ 哪位大大帮忙解决下~

解决方案 »

  1.   

     CREATE TRIGGER user1 AFTER INSERT ON dv_user FOR EACH ROW INSERT INTO ea_user VALUES(NOW());
      

  2.   

    你的语句并无语法错误,建议贴出你的完整信息以供别人分析。mysql> CREATE TRIGGER user1 AFTER INSERT ON dv_user FOR EACH ROW INSERT INTO ea_user VALUES(NOW());
    Query OK, 0 rows affected (0.21 sec)mysql>