mysql打开视图显示lackrights

mysql打开视图显示lackrights,第1张

mysql打开视图显示lackrights的解决方法:从MySQL的information_schema中的视图表View中,用下面的语句修复视图,如:selectVIEW_DEFINITIONfrominformation_schema,viewswhereTABLE_SCHEMA等于databaseandTABLE_NAME等于view

.create or replace view 语句。//如视图存在则覆盖,如不存在则创建。

create or replace view algorith=temptable view student_view(nid,id,name) as select id,pid,title from student


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8458949.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-16
下一篇 2023-04-16

发表评论

登录后才能评论

评论列表(0条)

保存