From df11c553ffcc377e38d0fd99422c2b128f855a71 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 4 Nov 2020 14:32:44 +0800 Subject: [PATCH] 1 --- tools/migratedb/6000/mysql.json | 9 --------- tools/migratedb/6000/redis.json | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 tools/migratedb/6000/mysql.json delete mode 100644 tools/migratedb/6000/redis.json diff --git a/tools/migratedb/6000/mysql.json b/tools/migratedb/6000/mysql.json deleted file mode 100644 index c2754a2..0000000 --- a/tools/migratedb/6000/mysql.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "instance_id" : 1, - "host" : "127.0.0.1", - "port" : 3306, - "user" : "root", - "passwd" : "keji178" - } -] diff --git a/tools/migratedb/6000/redis.json b/tools/migratedb/6000/redis.json deleted file mode 100644 index e0d8e02..0000000 --- a/tools/migratedb/6000/redis.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "instance_id" : 1, - "host" : "127.0.0.1", - "port" : 6379, - "user" : "root", - "passwd" : "" - } -]