MySQL json字段类型详解

摘要:前言     JSON我相信大家都已经很熟悉了,但在 MySQL中,直至 5.7 版本中,才正式引入 JSON数据类型。在次之前,我们通常使varchar或text数据类型存储JSON格式数据。如何使用JSON?  在这一章节,不再具体介绍JSON格式以及语法,我们来介绍一下,在MySQL中如何创建JSON数据列。 语法:create table t_base_data( id bigint(20) not null primary key a

 OceanBase数据库单zone环境部署

摘要:安装前环境配置:环境拓扑:主机名       硬件配置               IP            角色             备注:node100      8C/8G/100G       172.16.1.100   obd         

 Details of the rds mysql's database parameters

摘要:loose_performance_schema_max_table_instances=1000        Maximum number of instrumented tables.innodb_buffer_pool_load_at_startup=ON        Specifies that, on MySQL server startup, the InnoDB buffer pool is automatically warmed up by loading the same pages it held at an earlier time. Typically used in combina

 阿里云RDS与内网实现网络互联

摘要:注意Windows通过PPTP VPN拨号后,在本地连接RDS,需要通过阿里云的域名来连接,不能通过域名解析后的内网IP地址连接通过PPTP VPN连接阿里云RDS网络流程图:PPTP VPN如何配置可以到网上找一下相关资料添加白名单:通过本地MySQL客户端连接阿里云RDS:阿里云RDS访问模式结构图:

 TiDB复制生态之-将MySQL数据通过DM时时同步到TiDB集群中

摘要:拓扑环境:mysql-5.7.18        172.16.1.201tidb-5.0.0             172.16.1.100        dm-master: v1.6.1    172.16.1.101        dm-worker:v1.6.1    172.16.1.102前题是DM集群已安装配置完成:1.定义mysql的数据源:mysql: 172.16.1.201:3306数据

 TiDB-V5.0.1-单机测试环境部署详解

摘要:安装部署:注意:单机环境配置只有一个pd-server ,一个tikv-server 和一个tidb-server,无法进行扩容和缩容配置操作系统环境:[root@tidb-node200 tidb]# uname -aLinux tidb-node200 4.4.219-1.el7.elrepo.x86_64 #1 SMP Sun Apr 12 16:13:06 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux[root@tidb-node200 tidb]# cat /etc/redhat-releaseCentOS Linux release 7.6.1810 (Core)主

 DTLE跨数据中的的双向复制配置案例

摘要:DTLE跨数据中的的双向复制:(要求两个网络之间要建立内网VPN)本操作文档基于Docker来实现:系统环境:[root@node100 ~]# rpm -qa | grep dockerdocker-ce-cli-20.10.9-3.el7.x86_64docker-ce-rootless-extras-20.10.9-3.el7.x86_64docker-scan-plugin-0.8.0-3.el7.x86_64docker-ce-20.10.9-3.el7.x86_64[root@node100 ~]# uname -aLinux node100 4.4.219-1.el7.elrepo.x86_64 #1

 基于DTLE的MySQL单库单表单向复制案例

摘要:环境:主机         角色            IP                 安装的软件node200    DTLE      172.16.1.200   dtle-ce-3.21.08.0-1.x86_64node202    mysql       172.16.1.202    mysql-comm

 DTLE-数据传输中间件单实例安装配置详解

摘要:准备安装包:https://github.com/actiontech/dtle/releasesrpm -ivh dtle-3.20.08.0.x86_64.rpmyum install   epel-release   jq -y  yum localinstall dtle-3.20.08.0.x86_64.rpm配置文件:默认配置文件的位置:[root@node200 dtle]# pwd/etc/dtle[root@node200 dtle]# lsconsul.hcl  nomad.hcl启动服务:systemctl start dtle-nomadsyste

 MySQL中间件-DBLE-3.21.06.0读写分离配置详解

摘要:拓扑环境:主机名                IP地址                 角色                                 版本node250                172.16.1.250  &n
分页:« 9 10 11 12 13 14 15 16 17 18 »
Powered by AKCMS