摘要:
salt stack 远程命令 salt stack是一种自动化的运维工具,可以同时对N台服务器进行配置管理、远程命令执行等操作。 salt stack分为两个部分: salt-master,部署在控制服务器上,用于发出运维指令; salt-minion,部署在所有需要批量运维的线上服务器上; sa 阅读全文
摘要:
mysql 索引 KEY与INDEX的区别: KEY is something on the logical level, describes your table and database design.INDEX is something on the physical level, helps 阅读全文