首页 > TAG信息列表 > wallet02

【MySQL】数据库复制:MySQL 5.7 GTID Replication

[root@wallet01 ~]# wget https://repo.percona.com/yum/percona-release-latest.noarch.rpm [root@wallet01 ~]# rpm -ivh percona-release-latest.noarch.rpm [root@wallet01 ~]# yum install -y percona-xtrabackup-24 [root@wallet01 ~]# vim /etc/my.cnf [mysqld] serve

【Oracle Database】Oracle RAC(七):crsctl & srvctl

[root@wallet01 ~]# su - grid [grid@wallet01 ~]$ crsctl check cluster -all ************************************************************** wallet01: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is onlin

【Oracle Database】Oracle RAC(三):Grid

[root@wallet01 ~]# cat >> /etc/hosts <<EOF # Public Network - (eth0)  192.168.40.34   wallet01  192.168.40.35   wallet02   # Public Virtual IP (VIP) addresses - (eth0:1)  192.168.40.134   wallet01-vip  192.168.40.135   wallet0