diff --git a/frontend/src/views/database/postgresql/conn/index.vue b/frontend/src/views/database/postgresql/conn/index.vue
index 17800968e..4082aea30 100644
--- a/frontend/src/views/database/postgresql/conn/index.vue
+++ b/frontend/src/views/database/postgresql/conn/index.vue
@@ -10,7 +10,7 @@
{{ form.serviceName + form.port }}
-
+
{{ $t('database.containerConnHelper') }}
diff --git a/frontend/src/views/database/postgresql/remote/index.vue b/frontend/src/views/database/postgresql/remote/index.vue
index 40459aa0e..d441bfe56 100644
--- a/frontend/src/views/database/postgresql/remote/index.vue
+++ b/frontend/src/views/database/postgresql/remote/index.vue
@@ -141,7 +141,7 @@ const onOpenDialog = async (
version: '16.x',
address: '',
port: 5432,
- username: 'postgres',
+ username: '',
password: '',
description: '',
},
diff --git a/frontend/src/views/database/postgresql/remote/operate/index.vue b/frontend/src/views/database/postgresql/remote/operate/index.vue
index 4e41bc5c9..58029cca0 100644
--- a/frontend/src/views/database/postgresql/remote/operate/index.vue
+++ b/frontend/src/views/database/postgresql/remote/operate/index.vue
@@ -34,7 +34,6 @@
- {{ $t('database.userHelper') }}