Skip to content

Commit

Permalink
go-mysql-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
itcuihao committed Jul 5, 2017
0 parents commit 02611d0
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# schema with the same name servers
schemaname1 = "ch1"

schemaname2 = "ch2"

[servers]
# You can indent as you please. Tabs or spaces. TOML don't care.
[servers.1]
host = "127.0.0.1"
port = "3306"
user = "ch"
password = "123456"
name = "ch1"

[servers.2]
host = "127.0.0.1"
port = "3306"
user = "ch"
password = "123456"
name = "ch2"
Loading

0 comments on commit 02611d0

Please sign in to comment.