随笔分类 -  mysql8.0

MySQL 清理缓存—flush tablesFlush tables的影响
摘要:摘自:http://blog.chinaunix.net/uid-31401119-id-5781305.html 1 Flush tables简介 官方手册中关于Flush tables的介绍, Closes all open tables, forces all tables in use to 阅读全文

posted @ 2018-10-16 09:12 shc336 阅读(5567) 评论(0) 推荐(0)

show processlist详解
摘要:摘自:https://blog.csdn.net/sunqingzhong44/article/details/70570728?utm_source=copy 如果您有root权限,您可以看到所有线程。否则,您只能看到登录的用户自己的线程,通常只会显示100条如果想看跟多的可以使用full修饰(s 阅读全文

posted @ 2018-10-15 14:38 shc336 阅读(333) 评论(0) 推荐(0)

MySQL8.0 MIC高可用集群搭建
摘要:mysql8.0带来的新特性,结合MySQLshell,不需要第三方中间件,自动构建高可用集群。 mysql8.0作为一款新产品,其内置的mysq-innodb-cluster(MIC)高可用集群的技术确实惊艳,结合MySQLshell能够实施集群的快速部署,MySQL-route能够实现灾备快速切 阅读全文

posted @ 2018-08-26 20:43 shc336 阅读(7180) 评论(0) 推荐(1)

导航