MySQL DELIMITER syntax errors

前端 未结 6 866
长发绾君心
长发绾君心 2020-12-06 10:13

This MySQL script installs multiple triggers.

It works on one machine running MySQL 5.0.51b-community. On another machine running MySQL 14.12 Distrib 5.0.45, for re

6条回答
  •  不思量自难忘°
    2020-12-06 11:03

    Hmm I'm having similar problems. I do a mysqldump from Debian Lenny running 5.0.51 and try importing to OpenSolaris running 5.0 and get the same error. And I have DELIMITER ;

    Version conflict?

提交回复
热议问题