diff --git a/_data/ui/common/database-connections.yml b/_data/ui/common/database-connections.yml index 9800aaed2..4919b8a87 100644 --- a/_data/ui/common/database-connections.yml +++ b/_data/ui/common/database-connections.yml @@ -25,7 +25,6 @@ field-names: port: "Port" username: "Username" password: "Password" - database: "Database" encryption: "Encryption Type" @@ -64,7 +63,8 @@ field-copy: port: | Enter the port used by the {{ page.display_name }} instance. The default is `{{ page.port }}`. - username: "Enter the Stitch {{ page.display_name }} database user's username." + username: | + Enter the Stitch {{ page.display_name }} database user's username. password: | Enter the password for the Stitch {{ page.display_name }} database user. diff --git a/_data/ui/database-integration-settings/mysql.yml b/_data/ui/database-integration-settings/mysql.yml index 10af91da8..0759b69a0 100644 --- a/_data/ui/database-integration-settings/mysql.yml +++ b/_data/ui/database-integration-settings/mysql.yml @@ -71,11 +71,6 @@ mysql: &standard-fields version: "all" copy: "{{ site.data.ui.common.database-connections.field-copy.password | flatify }}" - - &database - name: &database-name "{{ site.data.ui.common.database-connections.field-names.database }}" - version: "all" - copy: "{{ site.data.ui.common.database-connections.field-copy.optional-database | flatify }}" - - &server-id name: &server-id-name "Server ID" version: "all" @@ -97,11 +92,6 @@ aurora-rds: &rds-fields - *port - *username - *password - - name: *database-name - version: "all" - copy: | - Enter the name of the {{ integration.display_name }} database. Stitch will 'find' all databases you give the Stitch user access to - a default database is only used to complete the connection. - # -------------------------- # # MAGENTO # @@ -113,7 +103,6 @@ magento: - *port - *username - *password - - *database # -------------------------- # @@ -143,7 +132,6 @@ cloudsql-mysql: - *port - *username - *password - - *database - *server-id @@ -159,5 +147,4 @@ microsoft-azure-mysql: Paste the **Server name** you retrieved in the [previous step](#locate-connection-details). This should be similar to `.mysql.database.azure.com`. - *port - *username - - *password - - *database \ No newline at end of file + - *password \ No newline at end of file