Linux lvm实例
Linux lvm实例之如何创建一个专用于MySQL数据存储的LVM卷组
目录在Centos 7上创建卷编程客栈组并配置mysql数据目录1. 检查现有磁盘2. 创建物理卷3. 创建卷组4. 创建逻辑卷5. 创建文件系统6. 挂载逻辑卷7. 配置自动挂载8. 设置MySQL数据目录权限9. 配置MySQL使用该目录10. 重启[详细]
2025-05-30 09:02 分类:数据库How to change the default branch to push in mercurial?
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H[详细]
2022-12-29 02:26 分类:问答