Skip to content

Commit

Permalink
add missing quote migrate-aurora-to-tidb.md (#18939)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored Sep 19, 2024
1 parent e44a652 commit 0be3920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrate-aurora-to-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Create a new `tidb-lightning-schema.toml` file, copy the following content into
# The target TiDB cluster information.
host = ${host}
port = ${port}
user = "${user_name}
user = "${user_name}"
password = "${password}"
status-port = ${status-port} # The TiDB status port. Usually the port is 10080.
pd-addr = "${ip}:${port}" # The cluster PD address. Usually the port is 2379.
Expand Down Expand Up @@ -120,7 +120,7 @@ Create a new `tidb-lightning-data.toml` configuration file, copy the following c
# The target TiDB cluster information.
host = ${host}
port = ${port}
user = "${user_name}
user = "${user_name}"
password = "${password}"
status-port = ${status-port} # The TiDB status port. Usually the port is 10080.
pd-addr = "${ip}:${port}" # The cluster PD address. Usually the port is 2379.
Expand Down

0 comments on commit 0be3920

Please sign in to comment.