-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpony.ini
More file actions
37 lines (31 loc) · 680 Bytes
/
pony.ini
File metadata and controls
37 lines (31 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[BaseLog]
BinlogInfoIndexFile = mysql-bin.index
BinlogInfoFile = mysql-bin.info
BinlogRunningLog = mysql-bin.log
[BinLogDBServer]
Host = 127.0.0.1
Port = 50017
User = test_root
Password = 123456
[DbProxy]
Host = 127.0.0.1
Port = 8066
User = sbtest
Password = 123456
[LogDBServer]
Host = 127.0.0.1
Port = 50024
User = pony
Password = 123456
Db = pony
[Rule]
Schema = sbtest,test
Table = sbtest,sbtest0,sbtest1,sbtest2,sbtest3,sbtest4,sbtest5,sbtest6,sbtest7,sbtest8,sbtest9,sbtest10,sbtest11,sbtest12,sbtest13,sbtest14,sbtest15,sbtest16
[BinLog]
FileName = mysql-bin.000001
FilePos = 107
[SqlWorker]
Host = 127.0.0.1
BasePort = 10000
Worker = 16
WorkerLog = sql_worker.log