MySQL Installer Guide
................................................................................... 11 4.1.2 Authentication Method ..................................................................................... server instances on the same host at the same time. For example, MySQL Installer can install, configure, and upgrade separate instances of MySQL 5.7 and MySQL 8.0 on the same host. MySQL Installer does not install both Community and Commercial releases of MySQL server on the same host. If you require both releases on the same host, consider using the ZIP archive distribution to install one of the releases0 码力 | 42 页 | 448.90 KB | 1 年前3MySQL高可用 - 多种方案
读写 分离的情况,读和写都配置 VIP。这个方案能够便于单台数据库的管理 维护以及切换工作。比如进行大表的表结构更改、数据库的升级等都是 非常方便的。 2.4.2 实战环境介绍 服务器名 IP VIP 系统 Mysql Master 10.1.1.113 10.1.1.176 Centos 5.5 64bit 5.1.63 Backup 10.1.1.75 10 lvs_sync_daemon_inteface eth0 virtual_router_id 51 priority 180 advert_int 1 authentication { auth_type PASS auth_pass 1111 } virtual_ipaddress { 10.1.1.176 lvs_sync_daemon_inteface eth0 virtual_router_id 51 priority 150 advert_int 1 authentication { auth_type PASS auth_pass 1111 } virtual_ipaddress { 10.1.1.1760 码力 | 31 页 | 874.28 KB | 1 年前3Analyzing MySQL Logs with ClickHouse
FROM sbtest1 WHERE id BETWEEN 3 AND 102","user":"sbtest[sbtest] @ localhost []","host":"localhost","os_user":"","ip":"","db":"sbtest"}} © 2018 Percona. 19 Percona Server Configuration • Install Audit clicktail.mysql_slow_log © 2018 Percona. 27 Additional Parser Configurarion [MySQL Parser Options] Host = localhost:3306 ; or @unix(/var/run/mysqld/mysqld.sock) User = username Pass = userpass © 20180 码力 | 43 页 | 2.70 MB | 1 年前3Qcon北京2018--《MySQL的Docker容器化大规模实践》--王晓波
申请新集群时,若IO要求高则按照宿主机的IO情况,优先选择IO最空闲的主机。 5.VIP集群必须主从端口一致,Proxy接入的集群端口无需一致。 6.VIP集群端口基于网段递增,Proxy集群端口基于IP递增 Docker里放了什么 内核版本 操作系统 宿主机 容器 镜像 Kernel版本 4.7 CentOS 7.2 部署服务器监控、容器监控agent容器 Docker版本 1 7镜像(按产品)、监控容器镜 像、HA管理系统镜像、实例迁移服务镜像、监控服务端镜像 PS:容器虚拟化带来轻量高效,快速部署的同时,docker容器在隔离性方面也存在一些缺陷。例如,在容器内部proc文件系统 中可以看到Host宿主机上的proc信息。这样就导致了一些问题,比如监控信息不准确、限制内存会导致应用程序OOM等。我们 基于lxcfs组件来增强容器的隔离性。 资源隔离 CPU最大超卖3倍,通过cpu-per 的实 例使用的是PCIE-SSD。磁盘空间方面,我们在申请时会预估出一个量,使用超过80%的时候 会结合本地磁盘空间评估是否有足够空间扩容,若宿主机剩余空间不足会启动迁移扩容流程 。 目前使用的host模式,无法隔离网络。但是考虑到10G接入,且单机密度可控的情况下,网 络消耗不会过载。另外目前我们已经在线下尝试结合Ovs+Dpdk的方案实现网络隔离。 容器的调度 •提供两种API: •Docker0 码力 | 32 页 | 7.11 MB | 1 年前3Реализация MySQL wire протокола в ClickHouse
аутентификации Изначально был реализован плагин Clear Text Authentication Рассматривались плагины Old Password Authentication и Secure Password Authentication В итоге были выбраны плагины SHA256 и Caching SHA20 码力 | 13 页 | 464.59 KB | 1 年前3MySQL Enterprise Edition
backup and recovery • Leverage existing security infrastructures with MySQL Enterprise Authentication • Protect sensitive data using encryption, key generation, and digital signatures • Block Operator for Kubernetes MySQL Enterprise Backup MySQL Enterprise Scalability MySQL Enterprise Authentication MySQL Enterprise TDE MySQL Enterprise Encryption MySQL Enterprise Firewall MySQL Enterprise Enterprise Scalability • MySQL Thread Pool MySQL Enterprise Security • MySQL Enterprise Authentication • MySQL Enterprise Transparent Data Encryption (TDE) • MySQL Enterprise Encryption •0 码力 | 2 页 | 375.59 KB | 1 年前3MySQL wire protocol (Oct 31, 2023)
encrypted with Double SHA1 What does “MySQL Wire Protocol” mean? 6 ● TCP Connection ● MySQL authentication support ● Incoming command packets handler * ● Result set protocols - text and binary * https://dev0 码力 | 16 页 | 3.04 MB | 1 年前3Materialize MySQL Database engine in ClickHouse
(Variable_name = 'binlog_row_image' AND upper(Value) = 'FULL') " "OR (Variable_name = 'default_authentication_plugin' AND upper(Value) = 'MYSQL_NATIVE_PASSWORD');"; MySQLBlockInputStream variables_input(connection0 码力 | 35 页 | 226.98 KB | 1 年前3如何用 MySQL 构建全方位高可用应用
redundant and a replicated state machine (using MySQL GCS). – Application connects using a floating host name. – Name server gets updated whenever the primary router fails and a new one is elected. – 06,host2:3306,host3:330 6…?[propertyName1=propertyValue1[&propertyName2=propertyValue2]...] • Connection的faileover属性 – failOverReadOnly :为true时,faileover后设Connection.setReadOnly(false); 第二个host仍为read-only0 码力 | 40 页 | 2.19 MB | 1 年前3使用 Docker 建立 MySQL 集群
master status; 在从数据库中执行 SQL 脚本: /*如果已经开启了同步,停止同步*/ stop slave; /*设定主数据库*/ change master to master_host='master_db', master_user='sync', master_password='sync', master_port=3306, master_log_file='<主数据库查询得到的 查询得到的 File 值>', master_log_pos=<主数据库查询得到的 Positions 值>; 下面是我的脚本例子: change master to master_host='master_db', master_user='sync', master_password='sync', master_port=3306, master_log_file='mariadb-bin.000004'0 码力 | 3 页 | 103.32 KB | 1 年前3
共 12 条
- 1
- 2