MySQL Forums
Forum List  »  Router & Proxy

I meet errors
Posted by: zhou changliang
Date: December 06, 2007 07:15PM

thank you for the answer,but i meet errors.

mysql> SET GLOBAL rwsplit.max_idle_connections = 10 ;
ERROR 1193 (HY000): Unknown system variable 'max_idle_connections'
mysql> set GLOBAL rwsplit.debug = 0;
ERROR 1193 (HY000): Unknown system variable 'debug'


I run mysql-proxy like this

[root@rhel sbin]# mysql-proxy --proxy-read-only-backend-addresses=192.168.0.77:3307 --proxy-backend-addresses=192.168.0.77:3305 --proxy-read-only-backend-addresses=192.168.0.77:3308 --proxy-lua-script=rw-splitting.lua


run the client like this
C:\Documents and Settings\zhou>D:\mysql\mysql5.0.45\bin\mysql -h192.168.0.120 -P
4040 -uroot -pbdwcd

Changliang



Edited 1 time(s). Last edit at 12/06/2007 07:17PM by zhou changliang.

Options: ReplyQuote


Subject
Views
Written By
Posted
4413
December 06, 2007 07:27AM
2417
December 06, 2007 08:05AM
I meet errors
2570
December 06, 2007 07:15PM
2560
December 06, 2007 09:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.