pt-online-schema-change 最佳实践 pt的详细步骤 Step 1: Create the new table. Step 2: Alter the new, empty table. This should be very quick, or die if the user s ...
分类:
其他好文 时间:
2020-06-24 14:29:41
阅读次数:
49
1 问题: 最近有一个测试环境的 Swarm 集群挂了, 这个集群有两个管理节点, 执行 docker node ls, 均报: The swarm does not have a leader. It's possible that too few managers are online. Mak ...
分类:
其他好文 时间:
2020-06-24 14:12:50
阅读次数:
95
JIRA安装时使用默认内置的h2数据库,使用一段时候后,需要切换到其他类型数据库 支持的数据库类型和版本 备份系统已有数据 Create an export of your data as an XML backup. 新建JIRA数据库 Create a new database on your ...
分类:
数据库 时间:
2020-06-24 00:39:24
阅读次数:
163
原创 Linux操作系统 作者:wisdomone1 时间:2010-02-28 13:27:24 2690 0 When you rename one or more datafiles in the primary database, the change is not propagated t ...
分类:
数据库 时间:
2020-06-23 18:59:46
阅读次数:
54
客户端脚本: [root@nfs01 ~]# vim /server/scripts/backup.sh#/bin/bashBackup_dir="/backup"IP_info=$(hostname -i) #创建备份目录mkdir -p $Backup_dir/$IP_info #压缩备份数据 ...
分类:
其他好文 时间:
2020-06-22 18:36:12
阅读次数:
59
分库备份的实战脚本 #!/bin/bash TIME=`date +%F_%H-%M-%S` DIR=/backup PASS=magedu [ -d "$DIR" ] || mkdir $DIR for db in `mysql -uroot -p "$PASS" -e 'show databas ...
分类:
数据库 时间:
2020-06-22 01:35:31
阅读次数:
81
A Summary on the Anchor-free based Object Tracking Algorithm 2020-06-21 12:53:22 1. SiamFC++: Towards Robust and Accurate Visual Tracking with Target ...
分类:
其他好文 时间:
2020-06-21 14:05:33
阅读次数:
89
1.检查apache安装了哪些文件,通过yum安装的软件,如何检查其安装信息呢?[root@backup ~]# rpm -ql httpd|grep ".conf"2.apache主配置文件在/etc/httpd目录/etc/httpd/conf/httpd.conf 主配置文件绝对路径 3.查看 ...
分类:
Web程序 时间:
2020-06-20 14:12:46
阅读次数:
115
Office Online Server部署--和SharePoint绑定
分类:
其他好文 时间:
2020-06-20 10:44:22
阅读次数:
87