connect (conn1,localhost,root,,); connect (conn2,localhost,root,,); connection conn1; use test; delimiter |; set character set utf8| create procedure testproc() läbel1: begin end| call testproc()| set character set default| show create procedure testproc| delimiter ;| set character set default; connection conn2; show create procedure testproc;