摘要: sed -i -e 's/DEFINER=`root`@`%`//g' dump.sql导入脚本数据后,使用当中出现如下错误:The user specified as a definer ('root'@'%') does not exist此种报错主要是访问存储过程、函数或视图文件没有权限引起的 阅读全文
posted @ 2020-12-22 16:42 霸王龙的日常 阅读(507) 评论(0) 推荐(0)