Skip to content

Commit

Permalink
dm: fix SQL statement syntax (#18063)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Jul 22, 2024
1 parent 0c3dcbf commit fe27e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/dm-worker-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Binlog replication/sync 处理单元读取上游 MySQL/MariaDB 的 binlog event
{{< copyable "sql" >}}

```sql
GRANT RELOAD,REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'your_user'@'your_wildcard_of_host'
GRANT RELOAD,REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'your_user'@'your_wildcard_of_host';
GRANT SELECT ON db1.* TO 'your_user'@'your_wildcard_of_host';
```

Expand Down

0 comments on commit fe27e93

Please sign in to comment.