Skip to content

Commit

Permalink
Update Replicating data from external DB.md
Browse files Browse the repository at this point in the history
Formatting fixes
  • Loading branch information
jzhang-skysql authored Jun 11, 2024
1 parent 2014616 commit a573044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CALL sky.change_external_primary('mysql1.example.com', 3306, 'mysql-bin.000001',
+--------------------------------------------------------------------------------------------------------------+
```

This procedure will return the GRANT COMMAND you must run on the source DB.
This procedure will return the [`GRANT`](https://mariadb.com/docs/skysql-previous-release/ref/mdb/sql-statements/GRANT/) statement you must run on the source DB.

## 3) Grant Replication Privileges

Expand Down

0 comments on commit a573044

Please sign in to comment.