kingshard icon indicating copy to clipboard operation
kingshard copied to clipboard

A high-performance MySQL proxy

Results 107 kingshard issues
Sort by recently updated
recently updated
newest added

配置完成启动后,使用mysql连接时出现错误Access denied for user 'kingshard'@'127.0.0.1:52778' (using password: Yes)。以下是配置以及启动 ![image](https://user-images.githubusercontent.com/31815119/97125633-79f77000-176f-11eb-8c95-c81258f3950d.png) ![image](https://user-images.githubusercontent.com/31815119/97125643-824fab00-176f-11eb-895b-0d6feb8eb5a9.png) ![image](https://user-images.githubusercontent.com/31815119/97125660-8f6c9a00-176f-11eb-8516-5e4063e98001.png) 有解决的朋友帮忙看一下。

由于某些框架,经常遇到单独的select * from table_xxx for update 语句

mysql2 and mysql3 user name created as mysql.

https://github.com/flike/kingshard/blob/f17b3939474659568b3aa14aa89beeef8da4f24b/backend/node.go#L281

这边测试了同一个数据库下,一张分表可以和另一张非分表可以关联查询,但是再关联一张表就报错。

```sql select 1; # sql ends with space ``` This situation we should handle with the uselesss right-space first, or the sql will be parsed will with the `;`, which...