摘要: 最近手头有个项目的数据库在迁移,迁移之后视图的definer需要更改。 先查看有哪些视图,及其对应的definer select table_schema,table_name,definer from information_schema.views; 执行下面这条SQL生成修改definer的语 阅读全文
posted @ 2022-08-09 22:44 Charramma 阅读(349) 评论(0) 推荐(0) 编辑