摘要: 阅读全文
posted @ 2022-03-20 22:14 stupidstan2019 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 【问题】 mysql> select * from mysql.tablespaces;ERROR 3554 (HY000): Access to data dictionary table 'mysql.tablespaces' is rejected. 【解决办法】 参考https://zhua 阅读全文
posted @ 2022-03-20 17:12 stupidstan2019 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1)为什么引入extent 如果没有区只用页来管理,相邻的两个叶子节点可能离得非常远,全表扫描是从第一个叶开始,顺序扫描,导致随机io 为索引分配空间时候以区为单位,浪费空间换取时间 2)存储结构 3)rootPage内容 参考https://zhuanlan.zhihu.com/p/8639488 阅读全文
posted @ 2022-03-20 10:54 stupidstan2019 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 【参考】 https://cloud.tencent.com/developer/article/1799089 centos7.9 mysql8.0.22 gcc编译大概5个小时 【解决环境问题】 1)修改这几处代码 2)替换libstdc++.so.6.0.28 strings /usr/lib 阅读全文
posted @ 2022-03-20 10:48 stupidstan2019 阅读(127) 评论(0) 推荐(0) 编辑