You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
since this error is Error 1227: Access denied; you need (at least one of) the SUPER, REPLICATION CLIENT privilege(s) for this operation, missing of REPLICATION CLIENT should be deteced early
What did you see instead?
parse mydumper metadata error: EOF, metadata: Started dump at: 2020-12-01 18:16:30\nSHOW MASTER STATUS:\nSHOW MASTER STATUS: /* AFTER CONNECTION POOL ESTABLISHED */\nFinished dump at: 2020-12-01 23:07:35\n
Versions of the cluster
DM version (run dmctl -V or dm-worker -V or dm-master -V):
2.0.0
Upstream MySQL/MariaDB server version:
MySQL 8.0.14
Downstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):
(paste TiDB cluster version here)
How did you deploy DM: DM-Ansible or manually?
(leave DM-Ansible or manually here)
Other interesting information (system version, hardware config, etc):
current status of DM cluster (execute query-status in dmctl)
Operation logs
Please upload dm-worker.log for every DM-worker instance if possible
Please upload dm-master.log if possible
Other interesting logs
Output of dmctl's commands with problems
Configuration of the cluster and the task
dm-worker.toml for every DM-worker instance if possible
dm-master.toml for DM-master if possible
task config, like task.yaml if possible
inventory.ini if deployed by DM-Ansible
Screenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus for DM if possible
The text was updated successfully, but these errors were encountered:
@lance6716 This issue will be cherry picked in which version of dm
This is not a MySQL 8.0 problem, so it should effect all version of DM. We should check privilege in a finer way, that is checking granted databases/tables. Specifically, REPLICATION CLIENT should be granted on *.*.
After fixing, lacking privilege should be reported in pre-check
Bug Report
Please answer these questions before submitting your issue. Thanks!
https://asktug.com/t/topic/64011/7
since this error is
Error 1227: Access denied; you need (at least one of) the SUPER, REPLICATION CLIENT privilege(s) for this operation
, missing of REPLICATION CLIENT should be deteced earlyparse mydumper metadata error: EOF, metadata: Started dump at: 2020-12-01 18:16:30\nSHOW MASTER STATUS:\nSHOW MASTER STATUS: /* AFTER CONNECTION POOL ESTABLISHED */\nFinished dump at: 2020-12-01 23:07:35\n
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):2.0.0
Upstream MySQL/MariaDB server version:
MySQL 8.0.14
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):How did you deploy DM: DM-Ansible or manually?
Other interesting information (system version, hardware config, etc):
current status of DM cluster (execute
query-status
in dmctl)Operation logs
dm-worker.log
for every DM-worker instance if possibledm-master.log
if possibleConfiguration of the cluster and the task
dm-worker.toml
for every DM-worker instance if possibledm-master.toml
for DM-master if possibletask.yaml
if possibleinventory.ini
if deployed by DM-AnsibleScreenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus for DM if possible
The text was updated successfully, but these errors were encountered: