MySQL delimiter syntax error
问题 I'm trying to change the MySQL command delimiter so I can create a procedure with multiple commands in it. However, the delimiter command does not seem to be recognised on MySQL 5.1.47. I tested it on MySQL 5.0.91, and it did work there. DELIMITER //; DELIMITER ;// I'm trying to run this from phpmyadmin, in both situations. Using 5.0.91 instead isn't an option because I need to use events ( CREATE EVENT ). Error message: #1064 - You have an error in your SQL syntax; check the manual that