[Sqlrelay-discussion] only one mysqld daemon?
Brought to you by:
mused
From: linuxman <lin...@bl...> - 2005-07-22 09:42:23
|
hi all, Here is pstree output in my debian/linux box: sqlr-cachemanag 10*[sqlr-connection] 2*[sqlr-listener] 2*[sqlr-scaler] and, only one mysqld daemon there! very strange here. The problem is, is it normal or something wrong with my sqlrelay configuration? Here is my sqlrelay.conf: <?xml version="1.0"?> <!DOCTYPE instances SYSTEM "sqlrelay.dtd"> <instances> <instance id="test1" port="9000" socket="/usr/local/firstworks/var/sqlrelay/tmp/sqlrelay_9000.sock" dbase="mysql" connections="5" maxconnections="75" maxqueuelength="5" growby="5" ttl="60" endofsession="commit" sessiontimeout="600" runasuser="sqlrelay" runasgroup="sqlrelay" cursors="5" authtier="listener" handoff="pass" deniedips="" allowedips="" debug="connection"> <users> <user user="root" password="xxx"/ <mailto:mysql@peakinfo> > </users> <connections> <connection connectionid="test" string="user=root;password=xxx;db=xxx;socket=/var/run/mysqld/mysqld.sock" /> </connections> </instance> <instance id="test2" port="9001" socket="/usr/local/firstworks/var/sqlrelay/tmp/sqlrelay_9001.sock" dbase="mysql" connections="5" maxconnections="75" maxqueuelength="5" growby="1" ttl="60" endofsession="commit" sessiontimeout="600" runasuser="sqlrelay" runasgroup="sqlrelay" cursors="5" authtier="listener" handoff="pass" deniedips="" allowedips="" debug="connection"> <users> <user user="root" password="xxx"/ <mailto:mysql@peakinfo> > </users> <connections> <connection connectionid="test3" string="user=root;password=xxx;db=test;host=localhost;port=3306" /> </connections> </instance> </instances> Thanks in advance! linuxman |