Skip to content

Commit

Permalink
add missing quote migrate-aurora-to-tidb.md (#18939) (#18952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 19, 2024
1 parent 2bb6217 commit 63c5694
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 @@ -50,7 +50,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 @@ -119,7 +119,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 63c5694

Please sign in to comment.