We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
连接不上kingshard, 报错如下图!请问是什么问题 最新从github拉下的代码 2020/04/25 21:38:17 - ERROR - conn.go:[231] - [ClientConn] "readHandshakeResponse" "error" "auth=[42 186 130 42 215 157 183 209 186 5 9 239 107 215 155 215 248 187 254 239]|client_user=kingshard|config_set_user=kingshard|passworld=" conn_id=0 2020/04/25 21:38:17 - ERROR - conn.go:[108] - [server] "readHandshakeResponse" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19456' (using password: Yes)" "msg=read Handshake Response error" conn_id=10006 2020/04/25 21:38:17 - ERROR - server.go:[386] - [server] "onConn" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19456' (using password: Yes)" "" conn_id=0 2020/04/25 21:38:33 - ERROR - conn.go:[231] - [ClientConn] "readHandshakeResponse" "error" "auth=[71 250 119 52 0 216 240 16 78 148 5 25 183 44 252 92 130 157 101 124]|client_user=kingshard|config_set_user=kingshard|passworld=" conn_id=0 2020/04/25 21:38:33 - ERROR - conn.go:[108] - [server] "readHandshakeResponse" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19458' (using password: Yes)" "msg=read Handshake Response error" conn_id=10007
mysql -h 127.0.0.1 -P 9696 -ukingshard -pkingshard -e "select * from test_shard_hash where id in (2, 3, 4, 5)"
配置:
addr : 0.0.0.0:9696 prometheus_addr : 0.0.0.0:7080 user : kingshard password : kingshard
web_addr : 0.0.0.0:9797 web_user : admin web_password : admin log_path : /data/go/src/github.com/flike/kingshard/log log_level : debug log_sql: on
name : node1 max_conns_limit : 32 user : root password : ****** master : 127.0.0.1:3306 down_after_noalive : 32
schema : nodes: [node1] default: node1 shard: - db : vpdn table : flows key : id nodes : [node1] type: range table_row_limit: 1000
The text was updated successfully, but these errors were encountered:
参考#591, 使用最新mysqlsh登录不会复现问题
Sorry, something went wrong.
No branches or pull requests
连接不上kingshard, 报错如下图!请问是什么问题
最新从github拉下的代码
2020/04/25 21:38:17 - ERROR - conn.go:[231] - [ClientConn] "readHandshakeResponse" "error" "auth=[42 186 130 42 215 157 183 209 186 5 9 239 107 215 155 215 248 187 254 239]|client_user=kingshard|config_set_user=kingshard|passworld=" conn_id=0
2020/04/25 21:38:17 - ERROR - conn.go:[108] - [server] "readHandshakeResponse" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19456' (using password: Yes)" "msg=read Handshake Response error" conn_id=10006
2020/04/25 21:38:17 - ERROR - server.go:[386] - [server] "onConn" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19456' (using password: Yes)" "" conn_id=0
2020/04/25 21:38:33 - ERROR - conn.go:[231] - [ClientConn] "readHandshakeResponse" "error" "auth=[71 250 119 52 0 216 240 16 78 148 5 25 183 44 252 92 130 157 101 124]|client_user=kingshard|config_set_user=kingshard|passworld=" conn_id=0
2020/04/25 21:38:33 - ERROR - conn.go:[108] - [server] "readHandshakeResponse" "ERROR 1045 (28000): Access denied for user 'kingshard'@'127.0.0.1:19458' (using password: Yes)" "msg=read Handshake Response error" conn_id=10007
场景
mysql -h 127.0.0.1 -P 9696 -ukingshard -pkingshard -e "select * from test_shard_hash where id in (2, 3, 4, 5)"
配置:
addr : 0.0.0.0:9696
prometheus_addr : 0.0.0.0:7080
user : kingshard
password : kingshard
web_addr : 0.0.0.0:9797
web_user : admin
web_password : admin
log_path : /data/go/src/github.com/flike/kingshard/log
log_level : debug
log_sql: on
nodes :
schema :
nodes: [node1]
default: node1
shard:
-
db : vpdn
table : flows
key : id
nodes : [node1]
type: range
table_row_limit: 1000
The text was updated successfully, but these errors were encountered: