[译] 是时候该检查 Galera 集群的安全了?
原文地址:https://galeracluster.com/2022/01/time-to-check-galera-cluster-security/ 原文作者:galeracluster.com 网上有很多文章告诉您在Galera集群时禁用操作系统级防火墙,并禁用SELinux。虽然我们同意这可能是搭建Galera集群最快的方式,但它不一定有良好的安全性,我们更希望您在2022年使用更安...
Oracle ACE
9 posts in total
原文地址:https://galeracluster.com/2022/01/time-to-check-galera-cluster-security/ 原文作者:galeracluster.com 网上有很多文章告诉您在Galera集群时禁用操作系统级防火墙,并禁用SELinux。虽然我们同意这可能是搭建Galera集群最快的方式,但它不一定有良好的安全性,我们更希望您在2022年使用更安...
原文地址: https://www.percona.com/blog/percona-support-team-new-year-greetings/ 原文作者: Sveta Smirnova 译文 在Percona支持团队,我们每周花几个小时做这样的实验: 短期的集体项目,与工作任务没有直接关系。 我们最近一次的实验是关于即将为冬季假期做准备,或者说我们将准备圣诞树并装饰它。 为此,我们使...
mysqlshow Usage 12345678# statusmysqlshow -uroot test -i# countmysqlshow -uroot test --count# keymysqlshow -uroot test author -k mysqldump 12345# tablemysqldump -uroot -d -B testdb > testdb_table...
OrzDBA Perl脚本,用于对Linux主机和MySQL相关指标进行实时监控。 Usage 1234567# system loadorzdba -sysorzdba -lazy -rt -S /var/lib/mysql/mysql.sock# mysql serverorzdba -mysql -S /var/lib/mysql/mysql.sock# innodborzdba -inno...
InnoTop A realtime terminal-based top-like monitor for MySQL. Compile 12345678910111213141516171819# BuildRequiresyum install -y makeyum install -y perl-ExtUtils-MakeMakeryum install -y perl-Test-Simp...
About lock in MySQL and InnoDB locking I reside in the present. 实验环境 MySQL 5.7.21 on docker[1] 主要内容 MySQL Lock InnoDB Lock Deadlock MySQL中四种类型的锁 Table, 表锁 Row, 行锁 Page, 页锁 Matedata, 元数据锁 其中,p...