View ‘information_schema.SCHEMATA‘ references invalid table(s) or column(s) or function(s) or define

简介: View ‘information_schema.SCHEMATA‘ references invalid table(s) or column(s) or function(s) or define

use mysql;

查看一下

select * from user where User =‘mysql.infoschema’;

更新这个用户的权限

update user set Select_priv = ‘Y’ where User = ‘mysql.infoschema’;

刷新权限

flush privileges;

这下因为数据库权限的问题就修改完成了

目录
相关文章
|
3月前
|
SQL HIVE
数仓面试重灾区之-Generic User-defined Table Generating Function(UDTF)
数仓面试重灾区之-Generic User-defined Table Generating Function(UDTF)
28 0
|
10月前
|
SQL
SAP Table function 执行报错 code CX_SQL_EXCEPTION feature not supported 该如何分析
SAP Table function 执行报错 code CX_SQL_EXCEPTION feature not supported 该如何分析
|
Python
Flask - 访问返回字典的接口报错:The view function did not return a valid response. The return type must be a string, tuple, Response instance, or WSGI callable, but it was a dict.
Flask - 访问返回字典的接口报错:The view function did not return a valid response. The return type must be a string, tuple, Response instance, or WSGI callable, but it was a dict.
1482 0
Flask - 访问返回字典的接口报错:The view function did not return a valid response. The return type must be a string, tuple, Response instance, or WSGI callable, but it was a dict.
|
SQL 存储
使用 SAP CDS view SQL Function 将视图某些字段进行合并
使用 SAP CDS view SQL Function 将视图某些字段进行合并
155 0
使用 SAP CDS view SQL Function 将视图某些字段进行合并
SAP CDS view自学教程之六:如何在CDS view里消费table function
SAP CDS view自学教程之六:如何在CDS view里消费table function
SAP CDS view自学教程之六:如何在CDS view里消费table function
带你读《计算机组成与体系结构:性能设计(英文版·原书第10版)》之三:A Top-Level View of Computer Function and Interconnection
本书以Intel x86体系结构和ARM两个处理器系列为例,将当代计算机系统性能设计问题与计算机组成的基本概念和原理紧密联系起来,介绍了当代计算机体系结构的主流技术和最新技术。本书作者曾13次获a得美国教材和学术专著作者协会颁发的年度最佳计算机科学教材奖。目前,他是一名独立顾问,为众多计算机和网络制造商、软件开发公司以及政府前沿研究机构提供服务。

热门文章

最新文章