zoukankan      html  css  js  c++  java
  • lvm 磁盘 数据库 wordpress 参考答案

    [root@localhost ~]# pvcreate /dev/vdb1 /dev/vdb2 /dev/vdb3

    Physical volume "/dev/vdb1" succesfully
    created
    Physical volume "/dev/vdb2" successfully created
    Physical volume "/dev/vdb2" successfully created
    [root@localhost ~]# vgcreate xcloudvg /dev/vdb[1-3]
    Volume group "xcloudvg" successfully created
    [root@localhost ~]# Ivcreate -L +12G -n xcloudvg xcloudlv
    Logical volume "xcloudIv" created.
    [root@localhost ~]# mkfs.xfs /dev/mapper/xcloudvg xcloudIv
    [root@localhost ~]# mount /dev/mapper/ xcloudvg-xcloudlv /mnt/ 

    MariaDB (one) show save tus
    SlveJo_ Satet Cnnecing to master
    Master_ Host: mysq|1
    Master_ User: user
    Master. Port: 3306
    Connect Retry: 60
    Master. Log_ File:
    Read. Master. Log. Pos:4
    Relay_Log_ Fl: maiabalelabin 000.
    Relay_Log. Pos:4
    Relay. Master_ Log_File:
    Slave_ 10. Running: yes
    Slave. SQL Running: Yes .
    Replicate. Do. DB:
    Replicate. Ignore DB:
    Replicate. Do _Table;
    Replicate_ lgnore _Table:
    Replicate. Wild_ Do _Table:
    Replicate. Wild. Ignore. Table
    Last Errmo: 0
    Last_ Error:
    Skip_ .Counter: 0
    Exec_ Master Log. Pos: 245
    Relay_Log_ Space: 245
    Until Conditin: None
    Until Log. File:
    Until_Log_ Pos:0
    Master SSI Alowved; No

    HTTP/1.1 200 OK
    Server: nginx/1.16.1
    Date: Tue, 15 Sep 2020 11:10:58 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: keep-alive
    X-Powered-By: PHP/5.4.16
    Link: <http://192.168.100.120/?rest_route=/>; rel="https://api.w.org/"

  • 相关阅读:
    清除陷入CLOSE_WAIT的进程
    Eclipse
    远程连接elasticsearch遇到的问题
    Linux环境Nginx安装
    CentOS安装mysql
    py2exe使用方法
    Python3.4如何读写Excel
    getPhysicalNumberOfCells 与 getLastCellNum的区别
    浅析MySQL中exists与in的使用
    【MongoDB for Java】Java操作MongoDB
  • 原文地址:https://www.cnblogs.com/tanbo/p/13671300.html
Copyright © 2011-2022 走看看