delimiter //> create procedure all()-> begin-> select* from student;-> end-> //
把存储过程名称改为all_就行了
all是一个关键字,应定义个不同的名字