积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(138)数据库工具(69)phpMyAdmin(35)TiDB(27)DBeaver(24)数据库中间件(18)Greenplum(12)Navicat(10)Vitess(6)MySQL(3)

语言

全部英语(105)中文(简体)(27)英语(4)中文(简体)(1)

格式

全部PDF文档 PDF(120)其他文档 其他(17)PPT文档 PPT(1)
 
本次搜索耗时 0.106 秒,为您找到相关结果约 138 个.
  • 全部
  • 数据库
  • 数据库工具
  • phpMyAdmin
  • TiDB
  • DBeaver
  • 数据库中间件
  • Greenplum
  • Navicat
  • Vitess
  • MySQL
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 MySQL高可用 - 多种方案

    noarch.rpm 安装 monitor 的安装: yum -y install mysql-mmm* 各个 DB 上只需要安装 mysql-mmm-agent yum -y install mysql-mmm-agent 6.5.3 MMM 的配置 6.5.3.1 配置之前的准备 前提是要配置好 master1 和 master2 的主主同步,master1 和 slave1 mysql 中创建除复制帐号之外的另外两个 帐号,首先来介绍 monitor user 帐号,这个帐号是 monitor 服务器用来 对 mysql 服务器做健康检查的,其次就是 agent user,这个帐号是 mmm agent(mmm 代理)用来变成只读模式和同步 master 等,下面是创建这 两个帐号的语句: GRANT REPLICATION CLIENT ON *.* TO 'mmm_monitor'@'10 'monitor_password'; GRANT SUPER, REPLICATION CLIENT, PROCESS ON *.* TO 'mmm_agent'@'10.1.1.%' IDENTIFIED BY 'agent_password'; flush privileges; 这两个语句在每个 mysql 中都要执行一下。 6.5.3.2 Monitor 服务器的配置
    0 码力 | 31 页 | 874.28 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    8.10.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 APM . . . . 1.6 Observability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 Usage in ShardingSphere‐JDBC 2.5 Observability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 Usage in ShardingSphere‐Proxy
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.4.1

    49 8.10.6 核心概念 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 APM . . . . 120 9.1.6 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 ShardingSphere‐JDBC 357 9.2.5 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 ShardingSphere‐Proxy
    0 码力 | 530 页 | 4.49 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.3.2

    49 8.10.6 核心概念 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 APM . . . . 119 9.1.6 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 ShardingSphere‐JDBC 341 9.2.5 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 ShardingSphere‐Proxy
    0 码力 | 508 页 | 4.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    8.10.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 APM . . . . 1.6 Observability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 Usage . . 2.5 Observability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408 Usage . .
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    3.10.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 APM . . . . 264 Compile source code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 264 Agent configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 264 Usage in ShardingSphere‐Proxy plug‐in. • Use Zipkin or Jaeger Just provides correct Zipkin or Jaeger server information in the agent config‐ uration file. 3.10. Observability 50 Apache ShardingSphere document, v5.2.0 • Use OpenTelemetry
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 中文文档

    50 8.10.6 核心概念 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 APM . . . . 135 9.1.6 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 使用方式 . . . 375 9.2.5 可观察性 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 使用方式 . . .
    0 码力 | 557 页 | 4.61 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    3.10.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 APM . . . . 272 Compile source code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 Agent configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 Usage in ShardingSphere‐Proxy plug‐in. • Use Zipkin or Jaeger Just provides correct Zipkin or Jaeger server information in the agent config‐ uration file. • Use OpenTelemetry OpenTelemetry was merged by OpenTracing and OpenCencus
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    4.10.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 APM . . . . . 64 Compile source code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Agent configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Used in ShardingSphere‐Proxy ShardingSphere-Sidecar(TODO) ShardingSphere‐Sidecar (TODO) defines itself as a cloud‐native database agent of the Kubernetes envi‐ ronment, in charge of all database access in the form of a sidecar. It provides
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    4.10.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 Agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 APM . . . . . 67 Compile source code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Agent configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Used in ShardingSphere‐Proxy ShardingSphere-Sidecar(TODO) ShardingSphere‐Sidecar (TODO) defines itself as a cloud‐native database agent of the Kubernetes envi‐ ronment, in charge of all database access in the form of a sidecar. It provides
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
共 138 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
MySQL高可用ApacheShardingSphere5.4Document中文文档5.3v55.0document5.25.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩