From 6a20176a3ad16115b4114979cbd3781d6fcdea96 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 28 Mar 2024 15:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database_migrate/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database_migrate/config.yaml b/database_migrate/config.yaml index b4ba79e..2c50c5b 100644 --- a/database_migrate/config.yaml +++ b/database_migrate/config.yaml @@ -1,12 +1,12 @@ databases: source_db: - host: '192.168.31.204' - port: 3306 + host: '82.156.30.246' + port: 3307 user: 'root' password: '123456' database: 'allocative/test_master' target_db: - host: '192.168.31.203' + host: '82.156.30.246' port: 3306 user: 'root' password: '123456'