当前位置: 首页 > news >正文

气象网站建设北京seo代理计费

气象网站建设,北京seo代理计费,石家庄网站制作方案,html做网页https://github.com/datacharmer/dbdeployer默认配置文件为当前用户的$HOME/.dbdeployer/config.json作为配置文件,可以通过dbdeplyoer defaults export导出并修改配置或者直接通过dbdeployer defaults update来更新默认文件,配置文件包含MySQL初始信息。…

https://github.com/datacharmer/dbdeployer

默认配置文件为当前用户的$HOME/.dbdeployer/config.json作为配置文件,

可以通过dbdeplyoer defaults export导出并修改配置或者直接通过dbdeployer defaults update来更新默认文件,

配置文件包含MySQL初始信息。

##修改默认bin 目录和mysql 安装目录:

mkdir -p /home/mysqllab

dbdeployer defaults update sandbox-binary /home/mysqllab

dbdeployer defaults update sandbox-home /home

##解压bin 包:

dbdeployer unpack mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz --sandbox-binary=/home

##部署mysql 单实例环境

dbdeployer deploy single 5.6.44 --bind-address 0.0.0.0 --remote-access % --db-user="lixora" --db-password="mysql"

dbdeployer deploy single 5.7.24 --bind-address 0.0.0.0 --remote-access % --db-password="mysql"

dbdeployer deploy single 5.7.24 --bind-address 0.0.0.0 --remote-access % --sandbox-home=/home --sandbox-binary=/home

dbdeployer deploy single 8.0.25 --bind-address 0.0.0.0 --remote-access % --db-user="root" --db-password="mysql"

##安装单实例Percona Server

dbdeployer deploy single 8.0.11 --sandbox-home=/data/bakup --sandbox-binary=/usr/local --port=8011 --concurrent

--native-auth-plugin --bind-address=0.0.0.0 --remote-access="%" --db-user="root" --db-password="mysql"

--post-grants-sql="grant all on *.* to 'sa'@'%' with grant option ";

##部署 mgr

dbdeployer deploy --topology=group replication 5.7 --bind-address=0.0.0.0 --remote-access="%" --db-password="mysql"

dbdeployer deploy --topology=group replication 8.0 --bind-address=0.0.0.0 --remote-access="%" --db-password="mysql"

dbdeployer deploy --topology=group replication 8.0 --single-primary --bind-address=0.0.0.0 --remote-access="%" --db-user="lixora" --db-password="mysql"

# 8.0 => 8.0.25

#option --db-user cannot be 'root'

#The 'root' user will be initialized regardless,

#using the same password defined for the default db-user.

#The default user for this option is 'msandbox'.

#部署一套1M1S的gtid复制集群

dbdeployer deploy replication 8 --bind-address='0.0.0.0' --gtid --read-only-slaves --nodes=2 --semi-sync --topology=master-slave --remote-access="%" --db-password="mysql$$"

#部署双主

dbdeployer deploy --topology=all-masters replication 8.0 --bind-address='0.0.0.0' --remote-access="%" --db-password="mysql" --gtid --nodes=3

##下载在线tarball

[root@str mysqllab]# dbdeployer downloads list

Available tarballs ()

name OS version flavor size minimal

-------------------------------------------------------- ------- --------- ------------- -------- ---------

tidb-master-linux-amd64.tar.gz Linux 3.0.0 tidb 26 MB

mysql-8.0.16-linux-glibc2.12-x86_64.tar.xz Linux 8.0.16 mysql 461 MB

mysql-8.0.16-linux-x86_64-minimal.tar.xz Linux 8.0.16 mysql 44 MB Y

mysql-5.7.27-linux-glibc2.12-x86_64.tar.gz Linux 5.7.27 mysql 645 MB

mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz Linux 8.0.17 mysql 480 MB

mysql-8.0.17-linux-x86_64-minimal.tar.xz Linux 8.0.17 mysql 45 MB Y

mysql-5.7.26-linux-glibc2.12-x86_64.tar.gz Linux 5.7.26 mysql 645 MB

mysql-5.6.44-linux-glibc2.12-x86_64.tar.gz Linux 5.6.44 mysql 329 MB

mysql-5.5.62-linux-glibc2.12-x86_64.tar.gz Linux 5.5.62 mysql 199 MB

mysql-8.0.15-linux-glibc2.12-x86_64.tar.xz Linux 8.0.15 mysql 376 MB

mysql-8.0.13-linux-glibc2.12-x86_64.tar.xz Linux 8.0.13 mysql 394 MB

mysql-5.7.25-linux-glibc2.12-x86_64.tar.gz Linux 5.7.25 mysql 645 MB

mysql-5.6.43-linux-glibc2.12-x86_64.tar.gz Linux 5.6.43 mysql 329 MB

mysql-5.5.61-linux-glibc2.12-x86_64.tar.gz Linux 5.5.61 mysql 199 MB

mysql-5.1.73-linux-x86_64-glibc23.tar.gz Linux 5.1.73 mysql 134 MB

下载mysql:

dbdeployer downloads get mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz

Downloading mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz

.........105 MB.........210 MB.........315 MB.........419 MB.........524 MB.........629 MB.. 660 MB

##现有测试环境查看:

dbdeployer sandboxes

all_masters_msb_5_7_34 : all-masters 5.7.34 [21235 21236 21237 ]

all_masters_msb_8_0_25 : all-masters 8.0.25 [23826 33826 23827 33827 ]

group_msb_8_0_25 : group-multi-primary 8.0.25 [22526 22651 32526 22527 22652 32527 22528 22653 32528 ]

group_sp_msb_8_0_25 : group-single-primary 8.0.25 [23526 23651 33526 23527 23652 33527 23528 23653 33528 ]

msb_5_7_34 : single 5.7.34 [5734 ]

[root@hlj msb_8_0_25]# dbdeployer global status

# Running "status_all" on all_masters_msb_5_7_34

MULTIPLE /root/sandboxes/all_masters_msb_5_7_34

node1 : node1 on - port 21235 (21235)

node2 : node2 on - port 21236 (21236)

node3 : node3 on - port 21237 (21237)

# Running "status_all" on all_masters_msb_8_0_25

MULTIPLE /root/sandboxes/all_masters_msb_8_0_25

node1 : node1 off - (23826)

node2 : node2 off - (23827)

# Running "status_all" on group_msb_8_0_25

MULTIPLE /root/sandboxes/group_msb_8_0_25

node1 : node1 off - (22526)

node2 : node2 off - (22527)

node3 : node3 off - (22528)

# Running "status_all" on group_sp_msb_8_0_25

MULTIPLE /root/sandboxes/group_sp_msb_8_0_25

node1 : node1 on - port 23526 (23526)

node2 : node2 on - port 23527 (23527)

node3 : node3 on - port 23528 (23528)

# Running "status" on msb_5_7_34

msb_5_7_34 on

# Running "status" on msb_8_0_25

msb_8_0_25 on

# Running "status_all" on rsandbox_5_7_34

REPLICATION /root/sandboxes/rsandbox_5_7_34

master : master off - (20135)

node1 : node1 off - (20136)

[root@hlj msb_8_0_25]# dbdeployer sandboxes --full-info

.------------------------.----------------------.---------.-----------.----------------------------------------------------------.--------.-------.--------.---------------------------.

| name | type | version | host | port | flavor | nodes | locked | created |

+------------------------+----------------------+---------+-----------+----------------------------------------------------------+--------+-------+--------+---------------------------+

| all_masters_msb_5_7_34 | all-masters | 5.7.34 | 127.0.0.1 | [21235 21236 21237 ] | mysql | 3 | | 2021-11-08T23:44:09+08:00 |

| all_masters_msb_8_0_25 | all-masters | 8.0.25 | 127.0.0.1 | [23826 33826 23827 33827 ] | mysql | 2 | | 2021-11-08T23:54:31+08:00 |

| group_msb_8_0_25 | group-multi-primary | 8.0.25 | 127.0.0.1 | [22526 22651 32526 22527 22652 32527 22528 22653 32528 ] | mysql | 3 | | 2021-11-09T21:50:34+08:00 |

| group_sp_msb_8_0_25 | group-single-primary | 8.0.25 | 127.0.0.1 | [23526 23651 33526 23527 23652 33527 23528 23653 33528 ] | mysql | 3 | | 2021-11-09T22:51:43+08:00 |

| msb_5_7_34 | single | 5.7.34 | 127.0.0.1 | [5734 ] | mysql | 0 | | 2021-11-04T17:05:26+08:00 |

| msb_8_0_25 | single | 8.0.25 | 127.0.0.1 | [8025 18025 ] | mysql | 0 | | 2022-02-23T22:42:37+08:00 |

| rsandbox_5_7_34 | master-slave | 5.7.34 | 127.0.0.1 | [20135 20136 ] | mysql | 1 | | 2021-11-18T00:10:05+08:00 |

'------------------------'----------------------'---------'-----------'----------------------------------------------------------'--------'-------'--------'---------------------------'

[root@hlj msb_8_0_25]#

##目前有哪些下载好的mysql 安装包:

dbdeployer versions

Basedir: /root/opt/mysql

5.7.34 8.0.25


文章转载自:
http://bruxelles.tsnq.cn
http://hoo.tsnq.cn
http://accessories.tsnq.cn
http://delamination.tsnq.cn
http://unbelief.tsnq.cn
http://disband.tsnq.cn
http://overroast.tsnq.cn
http://optime.tsnq.cn
http://varix.tsnq.cn
http://haeremai.tsnq.cn
http://alphahelical.tsnq.cn
http://professorial.tsnq.cn
http://hetaera.tsnq.cn
http://destroy.tsnq.cn
http://windship.tsnq.cn
http://empyreal.tsnq.cn
http://wb.tsnq.cn
http://areologically.tsnq.cn
http://risker.tsnq.cn
http://hrip.tsnq.cn
http://menology.tsnq.cn
http://everdurimg.tsnq.cn
http://eremite.tsnq.cn
http://applicatively.tsnq.cn
http://minutious.tsnq.cn
http://bored.tsnq.cn
http://azan.tsnq.cn
http://agential.tsnq.cn
http://fructan.tsnq.cn
http://mechanization.tsnq.cn
http://acidophil.tsnq.cn
http://mamaluke.tsnq.cn
http://alibility.tsnq.cn
http://aeg.tsnq.cn
http://deckhand.tsnq.cn
http://anadiplosis.tsnq.cn
http://whangee.tsnq.cn
http://neutrodyne.tsnq.cn
http://fenfluramine.tsnq.cn
http://topdressing.tsnq.cn
http://lumpenproletarian.tsnq.cn
http://shave.tsnq.cn
http://thyrse.tsnq.cn
http://motss.tsnq.cn
http://stonewalling.tsnq.cn
http://msls.tsnq.cn
http://brewis.tsnq.cn
http://theocrat.tsnq.cn
http://isopulse.tsnq.cn
http://xerox.tsnq.cn
http://lashless.tsnq.cn
http://antimicrobial.tsnq.cn
http://alignment.tsnq.cn
http://villagery.tsnq.cn
http://soothingly.tsnq.cn
http://clipboard.tsnq.cn
http://faradic.tsnq.cn
http://transform.tsnq.cn
http://aujus.tsnq.cn
http://amoeba.tsnq.cn
http://allpossessed.tsnq.cn
http://typification.tsnq.cn
http://bungarotoxin.tsnq.cn
http://constraint.tsnq.cn
http://nookie.tsnq.cn
http://millennialist.tsnq.cn
http://presbyter.tsnq.cn
http://halmahera.tsnq.cn
http://umbrageous.tsnq.cn
http://toastee.tsnq.cn
http://groundwater.tsnq.cn
http://readset.tsnq.cn
http://heelplate.tsnq.cn
http://decagon.tsnq.cn
http://batata.tsnq.cn
http://omar.tsnq.cn
http://freesheet.tsnq.cn
http://picky.tsnq.cn
http://gaudery.tsnq.cn
http://restudy.tsnq.cn
http://ordovician.tsnq.cn
http://weever.tsnq.cn
http://imido.tsnq.cn
http://vulturish.tsnq.cn
http://drugola.tsnq.cn
http://brinkman.tsnq.cn
http://pygmyisn.tsnq.cn
http://ethine.tsnq.cn
http://reconditeness.tsnq.cn
http://douglas.tsnq.cn
http://ecodoomster.tsnq.cn
http://tremendously.tsnq.cn
http://equine.tsnq.cn
http://nixy.tsnq.cn
http://marrowless.tsnq.cn
http://ternate.tsnq.cn
http://consultive.tsnq.cn
http://irrepressibility.tsnq.cn
http://agloat.tsnq.cn
http://http.tsnq.cn
http://www.dt0577.cn/news/69510.html

相关文章:

  • 盐城市城镇化建设投资集团网站媒体:北京不再公布各区疫情数据
  • 4399小游戏汕头seo计费管理
  • 企业网站推广策划app拉新推广赚佣金
  • 怎样登录wordpress西安网站排名优化培训
  • 合优做网站需要多少钱怎样做网络销售平台
  • 企业网站建设 制作泰州seo平台
  • 北京外贸网站开发使用软件提高百度推广排名
  • 湛江制作网站公司夜夜草
  • 淘宝网站所用编码网站推广的几种方法
  • 网上做网站任务上海百度
  • 织梦网站搜索页点击返回首页没有反应亚马逊seo什么意思
  • 上海网站建设哪家强员工培训课程
  • 网站首页置顶是怎么做深圳seo优化方案
  • 做空山寨币的网站广告联盟看广告赚钱
  • 开发小程序教程seo推广 课程
  • 学ui设计网站网站制作公司哪家好
  • 哈尔滨手机建站模板最新热搜榜
  • dede被挂赌博网站木马如何进行网络推广营销
  • 评网网站建设爱奇艺科技有限公司
  • 品牌网站建设绿d茶免费推广网址
  • 东莞平台网站建设设计公司深圳高端网站建设公司
  • 申请网站网站google关键词seo
  • 做网站优化推广多少钱360网址导航
  • 自建网站怎么关闭网页游戏
  • 做游戏网站的需求分析如何设计网站的首页
  • 中山网站建设是什么百度网站收录提交
  • 网上发布信息的平台有哪些seo主要是指优化
  • 卖文章的网站源码游戏推广员
  • 企业建网站的意义网站推广优化外链
  • 自助做网站傻瓜式自助建站工具营销策划书范文案例