- 論壇徽章:
- 0
|
本帖最后由 cxm.cm 于 2011-10-21 16:58 編輯
目前我數(shù)據(jù)庫(kù)采用了MYSQL M/S模式,同時(shí)我在MASTER上配置了PROXY,當(dāng)我用我的客戶端連接PROXY連接數(shù)據(jù)庫(kù)時(shí),沒(méi)報(bào)任何錯(cuò)誤,可是當(dāng)我部署了WEB應(yīng)用一連接PROXY時(shí)就出現(xiàn)了如下錯(cuò)誤,請(qǐng)問(wèn)有沒(méi)兄弟遇到這個(gè)問(wèn)題,是如何解決的?謝謝了!
011-10-21 09:32:30: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:04:47: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:04:47: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:05:20: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:05:20: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:05:20: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:06:14: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:06:14: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:06:14: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:12:02: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:12:02: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:12:02: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:12:07: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:12:07: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:12:07: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:13:27: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:13:27: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:13:27: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:13:57: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:13:57: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:13:57: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:14:19: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:14:19: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:14:19: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection.
2011-10-21 10:15:22: (debug) network-backend.c.184: backend 100.100.50.176:3306 was down for more than 4 sec, waking it up
2011-10-21 10:15:22: (message) proxy-plugin.c.1508: connect(100.100.50.176:3306) failed: No route to host. Retrying with different backend.
2011-10-21 10:15:22: (debug) [network-mysqld.c:937]: error on a conn |
|