Socket read error 111

1 reply
freakout
freakout's picture
Joined: 06/24/2010
User offline. Last seen 7 weeks 5 days ago.

after successfull installation greensql-fw is running, greendb was created and filled with defaults by greensql-fw.

But i cannot use the proxy - the log:


[24/Jun/2010 10:36:03] INFO Application started
[24/Jun/2010 10:36:53] NET_DEBUG [1]wrap_Server
[24/Jun/2010 10:36:53] NET_DEBUG connection init()
[24/Jun/2010 10:36:53] NET_DEBUG GreenSQL Server_cb(), sfd=9, cfd=10
[24/Jun/2010 10:36:53] NET_DEBUG size of the connection queue: 0
[24/Jun/2010 10:36:53] NET_DEBUG [1]backend socket fired 10
[24/Jun/2010 10:36:53] NET_DEBUG [10] Socket read error 111
[24/Jun/2010 10:36:53] NET_DEBUG connection close(), proxy socket 9, backend socket 10

mysql tells me:


ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0

Phy
Phy's picture
Joined: 06/06/2010
User offline. Last seen 2 days 9 hours ago.

That means your SQL server is not running apparently (i've got this error today xD)

Back to top