当前位置:网站首页>MYCAT build
MYCAT build
2020-11-08 20:13:00 【Convex convex】
Get into Mycat Official website , Click on

Click on

Click to download Linux edition

Upload to the server and unzip , tar -zxvf Mycat-server-1.6.7.3-release-20190927161129-linux.tar.gz

Get into config Catalog , Modify the configuration server.xml The configuration file
cd mycat/conf/

vim server.xml You can change your account password , And modify the name of the database you need to access

modify schema.xml Configuration of : vim schema.xml

The routing rules used in the above figure , If the primary key of the corresponding table is not id, Or there is no such routing rule , Need to be in rule.xml Make changes

Get into mycat Of bin Start in the directory
// Background start
./mycat start
// Console launch
./mycat console
版权声明
本文为[Convex convex]所创,转载请带上原文链接,感谢
边栏推荐
- Server side resolution of lengthfieldbasedframedecoder of GetBytes
- 200 programmers interview experience, all here
- (O) Analysis of service manager (1) BinderInternal.getContextObject
- How much disk IO does a byte of read file actually take place?
- 实验
- [elastic search technology sharing] - ten pictures to show you the principle of ES! Understand why to say: ES is quasi real time!
- Iptables from introduction to mastery
- Part 1 - Chapter 2 pointer operation
- 给大家介绍下,这是我的流程图软件 —— draw.io
- 【Elasticsearch 技术分享】—— 十张图带大家看懂 ES 原理 !明白为什么说:ES 是准实时的!
猜你喜欢
随机推荐
opencv 解决ippicv下载失败问题ippicv_2019_lnx_intel64_general_20180723.tgz离线下载
AI香水来了,你会买吗?
. net core cross platform resource monitoring library and dotnet tool
Interesting article sharing: what is the difference between C language and C + +, C?
C/C++学习日记:原码、反码和补码
Flink系列(0)——准备篇(流处理基础)
One minute comprehensive understanding of forsage smart contract global shared Ethereum matrix plan
【杂谈】JS相关的线程模型整理
如果把编程语言当武功绝学!C++是九阴真经,那程序员呢?
精通高并发与多线程,却不会用ThreadLocal?
动态规划之子序列问题解题模板
数组初相识
Flink's sink: a preliminary study
Part 1 - Chapter 2 pointer operation
EntityFramework Core上下文实例池原理分析
abp(net core)+easyui+efcore实现仓储管理系统——出库管理之五(五十四)
net.sf.json . jsonobject's format processing of time stamp
Part I - Chapter 1 Overview
Exercise 5
The minimum insertion times of palindrome






