1
This commit is contained in:
parent
753f7e917a
commit
461a6aa4ed
9
tools/migratedb/0/mysql.json
Normal file
9
tools/migratedb/0/mysql.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id" : 1,
|
||||||
|
"host" : "127.0.0.1",
|
||||||
|
"port" : 3306,
|
||||||
|
"user" : "root",
|
||||||
|
"passwd" : "keji178"
|
||||||
|
}
|
||||||
|
]
|
9
tools/migratedb/0/redis.json
Normal file
9
tools/migratedb/0/redis.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id" : 1,
|
||||||
|
"host" : "127.0.0.1",
|
||||||
|
"port" : 6379,
|
||||||
|
"user" : "root",
|
||||||
|
"passwd" : ""
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user