Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Socket read error 111

in

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

Comments

That means your SQL server

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

Back to top