Skip to content

Commit

Permalink
add host credential examples
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface committed Oct 24, 2023
1 parent 3f0bd14 commit 6308cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/migrations-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Credentials can be added for PostgreSQL and MySQL databases.
1. Provide the following information:
- A **Credential Name** to associate with the credentials.
- The **Dialect** of the database you are connecting to. Currently, PostgreSQL and MySQL are supported.
- The **Host** for accessing the database.
- The **Host** for accessing the database. For example, `migrations.cockroachlabs.com`. Local hosts such as `localhost` and `127.0.0.1` are not allowed.
- The **Port** for accessing the database.
- A valid **Username** and **Password** for accessing the database.
- The **Database Name** to access. The Schema Conversion Tool will obtain the schema for this database.
Expand Down

0 comments on commit 6308cae

Please sign in to comment.