Telnet and MySQL ports changed

This commit is contained in:
Massimiliano Pinto
2013-06-24 21:12:27 +02:00
parent f8e1d68ec5
commit 2a1fbdf98a

View File

@ -5,22 +5,24 @@
type=service
router=readconnroute
servers=server1,server2,server3
user=massi
auth=massi
[server1]
type=server
address=localhost
address=127.0.0.1
port=3306
protocol=MySQLBackend
[server2]
type=server
address=localhost
address=127.0.0.1
port=3307
protocol=MySQLBackend
[server3]
type=server
address=localhost
address=127.0.0.1
port=3308
protocol=MySQLBackend
@ -32,10 +34,10 @@ router=debugcli
type=listener
service=Debug Service
protocol=telnetd
port=4042
port=4442
[Test Listener]
type=listener
service=Test Service
protocol=MySQLClient
port=4006
port=4407