03 2025 档案
摘要:1 # 主从搭建 2 mysql> create user replcation@'10.0.0.%' identified with mysql_native_password by '123'; 3 mysql> grant replication slave on *.* to 'replca
阅读全文
摘要:备份 xtrabackup --default-file=/etc/my.cnf --user=root --password=123 --host=10.0.0.20 --backup --target-dir=/xtrabackup/full/ 模拟当即删除 pkill 恢复 xtrabacku
阅读全文
摘要:增量备份流程 备份 xtrabackup --user=root --password=123 --host=10.0.0.20 --socket=/tmp/mysql.sock --backup --target-dir=/xtrabackup/inc01/ --incremental-based
阅读全文

浙公网安备 33010602011771号