[DataGrip]MySQL数据备份报错,mysqldump: unknown table column_statistics in information_schema (1109) ,解决!

目录

裴先生
裴先生
发布于 2023-03-11 / 0 阅读
0
0
原创
mysqldump: couldnt execute select column_name, json_extract(histogram, $.number-of-buckets-specified) from information_schema.column_statistics where schema_name = dblog and table_name = biz_article;: unknown table column_statistics in information_schema (1109) 提取关键错误信息,如题所示:unknown table column_statistics in information_schema (1109) 查看本地mysql的下载版本是8.0版本 经查询StackOverFlow,解决方案是版本较高,部分参数需要手动添加调整 导出步骤: 问题解决方式,设置参数 报错问题没有再出现

原创

版权声明:本博客原创文章,由 裴先生 2023年03月11日 发表。
转载说明:除特殊说明外本站文章皆由 CC BY-NC-SA 4.0 协议发布,转载须注明出处。


评论