sharding porxy 配置号navicat 可以访问 但是idea 及程序中无法访问 驱动都改过了 还是不行?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sharding porxy 配置号navicat 可以访问 但是idea 及程序中无法访问 驱动都改过了 还是不行?相关的知识,希望对你有一定的参考价值。
sharding porxy 配置号navicat 可以访问 但是idea 及程序中无法访问 驱动都改过了 还是不行
解决办法:检查是否设置代理若是没有设置代理,采用以下步骤:* 以管理员身份运行命令提示符* 在命令提示符下,键入netsh winsock reset* 重新启动pc 参考技术A 这是在花园里。群花都还做她们的清梦。那微雨偷偷洗去她们的尘垢,她们的甜软的光泽便自焕发了。在那被洗去的浮艳下,我能看到她们在有日光时所深藏着的恬静的红,三Sharding Sphere Proxy
一、Sharding Sphere Proxy
定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。目前先提供MySQL/PostgreSQL版本,它可以使用任何兼容MySQL/PostgreSQL协议的访问客户端(如:MySQL Command Client, MySQL Workbench, Navicat等)操作数据,对DBA更加友好。
二、下载安装
https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.0.1/apache-shardingsphere-incubating-4.0.1-sharding-proxy-bin.tar.gz
三、使用
修改 server.yaml
放开
修改config-sharding.yaml
水平分表
schemaName: sharding_db
dataSources:
ds1:
url: jdbc:mysql://49.232.61.212:3306/sharding_1?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
password:
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 50
shardingRule:
tables:
user:
actualDataNodes: ds1.user_${1..2}
tableStrategy:
inline:
shardingColumn: id
algorithmExpression: user_$->{id % 2 + 1}
keyGenerator:
type: SNOWFLAKE
column: id
bindingTables:
user
defaultDatabaseStrategy:
inline:
shardingColumn: id
algorithmExpression: ds1
defaultTableStrategy:
none:
复制mysql的驱动
这个驱动版本必须一致,不然连接不上,后来换成了8.0.17
启动
连接
这样就可以连接proxy库,而不用关心实际的读写分离,专注于业务开发
以上是关于sharding porxy 配置号navicat 可以访问 但是idea 及程序中无法访问 驱动都改过了 还是不行?的主要内容,如果未能解决你的问题,请参考以下文章
Elasticsearch unassigned shard