jiugem
jiugem
My pod: chi-test-chtest-0-0-0.chi-test-chtest-0-0.default.svc.cluster.local Regular expression: host_regexp:'(chi-test-chtest-\d+-\d+|clickhouse-test).default.svc.cluster.local$' Not tested Using the above method, it still doesn't work default/networks/host_regexp: - ^chi-test-chtest-\d-\d.*$ - ^chi-test-chtest-\d-\d-\d\..*$ 
MySQL version 8.0.33 mydumper-0.15.1-3.el7.x86_64.rpm ``` mydumper -u root-p 123456-h sourceIP -P 3306 --skip-tz-utc --regex 'db1.*|db2.*' -t 4 -G -E -R -c -s 10000000 -o /data/dump_`date +%F` myloader -u root -p...
MySQL数据库能查看其他线程变量,通过performance_schema.variables_by_thread来查看。 OceanBase数据库的超时时间默认较短,在在通过jdbc url 设置session_vaiable时遇到过不生效的问题。由于长时SQL为报表等业务,影响不严重,未深度定位。如果在OB数据库内部支持这类功能就好了,方便问题排查。 在论坛提问后转来的这里。 https://ask.oceanbase.com/t/topic/35605958
### Describe your use case It is recommended that obclient first try to read OB related settings from the operating system environment variable NLS_DATE_FORMAT. See Oracle sqlplus behavior. When the...
MySQL 8.0 未来版本会取消 default_authentication_plugin 参数 The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.