Re: [Sqlrelay-discussion] listener not listening on port
Brought to you by:
mused
|
From: Andre H. <and...@gm...> - 2010-04-14 13:38:26
|
Hello, > My conf is still simple. i created a listener and a connection to mysql on > other host. the connection to mysql is created and seems to work but there > is no listener listening on host where sqlrelay is running. also no socket > is created. think found the fault. there is an error in original dtd of my distribution. connections and routers were no optional but required elements. so i had to insert this empty <routers> tag and this triggered the error. now it is running but there are further problems. i do a connect from other host to port 9000 where sqlrelay is running. a connection is established but nothing more is happening. i expected to get a answer of the mysqlhost which is connected by sqlrelay but there seems to be no other traffic. What happens here? Thanks, Andre |