调用存储过程,或许会给出以下错误:
The user specified as a definer (‘usertest’@’%’) does not exist
这是因为设置了只有DEFINER(定义者)才能调用, 将其修改为INVOKER(调用者)即可。