MySQL Forums
Forum List  »  Router & Proxy

Re: have problem in use mysql-proxy admin
Posted by: h ch
Date: November 23, 2009 09:16PM

now ok, i figure out the problem
look
mysql> SELECT * FROM backends;
+-------------+--------------------+-------+------+
| backend_ndx | address | state | type |
+-------------+--------------------+-------+------+
| 1 | 172.16.20.210:3306 | 0 | 1 |
| 2 | 172.16.1.19:3306 | 0 | 1 |
+-------------+--------------------+-------+------+
2 rows in set (0.00 sec)

mysql> select * FROM backends;
ERROR 1105 (07000): error

this lua script do not deal with the upper lower input

Options: ReplyQuote


Subject
Views
Written By
Posted
6828
November 22, 2009 09:31PM
4499
November 23, 2009 09:13PM
Re: have problem in use mysql-proxy admin
2793
November 23, 2009 09:16PM
2812
November 23, 2009 09:23PM


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.