以root用户登录mysql控制台
(1)首先查询
mysql> select definer from mysql.proc;
(2)然后根据条件进行更新
update mysql.proc set definer='sss' where definer='xxx';