polardbx-sql
polardbx-sql copied to clipboard
PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.
银河麒麟v10启动报错: t-polardbx-engine-2.3.0-b959577.el7.aarch64.rpm 
apt install maven ### 下载分支 git clone https://github.com/polardb/polardbx-sql.git git clone https://github.com/polardb/polardbx-glue.git cp -a polardbx-glue/* polardbx-sql/polardbx-rpc/ ### 编译打包 mvn install -D maven.test.skip=true -D env=release ...... Downloaded from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49.jar (1.0 MB...
# Problems solved in this PR # Changes proposed in this PR # Tests - [ ] Unit test - [ ] DML_DDL test ## Release note > None
使用sftp备份数据成功,恢复数据时不论使用备份集或使用备份文件恢复,在执行恢复容器时都会报错! 
按照操作手册的方式,拉的是main分支,启动的polardbx-sql,报错如下: 2024-06-12 10:38:10.839 INFO [TDDL] New session: XSession sid=2 status=Init from XClient of X-NIO-Client to my_polarx#[email protected]:32886, tddl version: 5.4.19-20240612 2024-06-12 10:38:10.844 INFO [TDDL] New session: XSession sid=3 status=Init from XClient...
本地使用Docker 安装了DN镜像后,无法访问数据库。 原来密码是多余的。 
# Problems solved in this PR When I open PolarDB-X with IDEA, I get `Cannot resolve plugin net.hydromatic:hydromatic-resource-maven-plugin:` because the plugin version is not specified. # Changes proposed in this...
安全漏洞提醒
漏洞1:高危 fastjson
按照操作手册的方式,拉的是main分支,启动PolarDB-X DN正常,启动PolarDB-X CN时,报错如下: 2024-08-19 10:07:04.059 INFO [TDDL] XProtocol NIOWorker start with 32 threads and 16777216 bytes buf per thread., tddl version: 5.4.19-20240819 2024-08-19 10:07:04.788 INFO [TDDL] XConnectionManager new datasource to...
handle the problem:how to set password for root # Problems solved in this PR # Changes proposed in this PR # Tests - [ ] Unit test - [ ]...