当前位置:网站首页>Mycat搭建
Mycat搭建
2020-11-08 20:13:00 【凹凸凸】
进入Mycat 官网, 点击
点击
点击下载Linux版本
上传至服务器并解压, tar -zxvf Mycat-server-1.6.7.3-release-20190927161129-linux.tar.gz
进入config目录, 修改配置server.xml配置文件
cd mycat/conf/
vim server.xml 可以修改账户密码, 以及修改为自己需要访问的数据库名
修改schema.xml的配置: vim schema.xml
上图中用到的路由规则,如果对应表的主键不是id,或者不存在该路由规则, 需要在rule.xml进行更改
进入mycat的bin目录下进行启动
// 后台启动
./mycat start
// 控制台启动
./mycat console
版权声明
本文为[凹凸凸]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/2954646/blog/4708323
边栏推荐
- 【Elasticsearch 技术分享】—— 十张图带大家看懂 ES 原理 !明白为什么说:ES 是准实时的!
- 接口测试工具Eolinker进行post请求
- C/C++知识分享: 函数指针与指针函数,看完这篇你还能不懂?
- 都说程序员钱多空少,程序员真的忙到没时间回信息了吗?
- MongoDB数据库
- Express框架
- C + + opencv4.3 sift matching
- When to write disk IO after one byte of write file
- IT industry salary has been far ahead! Ten years later, is the programmer still a high paying profession?
- 第二章编程练习
猜你喜欢
Development and deployment of image classifier application with fastai
Learn volatile, you change your mind, I see
opencv 解决ippicv下载失败问题ippicv_2019_lnx_intel64_general_20180723.tgz离线下载
Mongodb add delete modify query operation
The interface testing tool eolinker makes post request
选择排序
都说程序员钱多空少,程序员真的忙到没时间回信息了吗?
使用Fastai开发和部署图像分类器应用
Flink series (0) -- Preparation (basic stream processing)
Array acquaintance
随机推荐
Use markdown
read文件一个字节实际会发生多大的磁盘IO?
使用基于GAN的过采样技术提高非平衡COVID-19死亡率预测的模型准确性
进程 线程 协程
Using k3s to create local development cluster
Express框架
实验
Mongodb database
【杂谈】JS相关的线程模型整理
How much disk IO does a byte of read file actually take place?
RSA非对称加密算法
Simulink中封装子系统
Looking for better dynamic getter and setter solutions
[elastic search technology sharing] - ten pictures to show you the principle of ES! Understand why to say: ES is quasi real time!
C/C++知识分享: 函数指针与指针函数,看完这篇你还能不懂?
动态规划答疑篇
Is parameter passing in go language transfer value or reference?
Flink series (0) -- Preparation (basic stream processing)
前后端分离跨域问题解决方案
Development and deployment of image classifier application with fastai