直接用root用户查询一下被绑定的存储过程是什么用户,然后修改

select definer from mysql.proc ;
update mysql.proc set definer='root@%' where definer='Ug_u@%';