Blylei

Results 13 issues of Blylei

**Describe** 当前dba角色依旧需要手动绑定数据源。在数据源比较多的情况下,需要一个一个的绑定,不利于后期维护。 **Suggestion** DBA角色默认可以操作所有已配置的数据源 **Why** DBA 的权限本身就应该比较大,默认操作所有数据源。这样可以避免在每次新建数据源,还得手动修改dba角色绑定的数据源

suggestion

Hi , I have clone this repo to my local environment , but cannot start app,and console display this error, how can i fix it ![image](https://user-images.githubusercontent.com/38288045/144810104-3a7d4a04-98d3-41e8-9db1-e0a5e198bc50.png)

question

**Describe** **描述** 在3.0.1版本,SQL编辑窗口写完以后,需要右键检查SQL,可以做一个“SQL检测”的按钮吗 **To Reproduce** **如何复现** **Expected behavior** **期望的结果** **Screenshots** **截图** **Desktop (please complete the following information):** **环境** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g....

Why Redislab not provide an official rpm packages, just like you already provide a deb package for Ubuntu or Debian

state:to-be-closed

from DbInit update to DbNew

Hi,my deployment like below: - mha: 0.56 (soure code build), include mange and node - os : CentOS release 6.5 (Final) Recently,I meet this error: mha manage has too many...

Currently, we use sysbench1.0.20 bench our mysql

**Describe** **描述** MySQL8.0支持一些新的函数,比如JSON_TABLE。但在执行的时候,Engine.Query返回报错 **To Reproduce** **如何复现** 在查询界面使用JSON_TABLE去执行。就会返回对应的报错 **Expected behavior** **期望的结果** Yearning3.0考虑在执行引擎层支持MySQL8.0的新特性 **Screenshots** **截图**

当前Yearning在基于gh-ost进行大表OSC的过程中,无法暂停、恢复执行或者终止。但gh-ost原生有这些功能。建议在Yearning上进行实现

在执行OSC时,且配置gh-ost作为OSC的执行工具时,如果数据库是自建IDC与RDS混合使用时,通过规则配置页面配置的参数无法适配自建IDC与云厂商RDS。针对云厂商的RDS,在原本适用于自建IDC参数的基础上,还需要增加以下参数: 1. Aliyun:-aliyun-rds 2. GCP: -gcp 3. Azure: -azure 实现思路如下: ```golang if pt-osc{ fmt.Println("正常执行,pt-osc不区分数据库实例类型") }else{ if aliyun{ fmt.Println("新增-aliyun-rds参数") }else if gcp{ fmt.Println("新增-gcp”参数") }else if azure{ fmt.Println("新增“-azure”参数") }else{ fmt.Println("暂不支持的云RDS") } }...

优化
v3.1.3版本修复