MySQL Forums
Forum List  »  Router & Proxy

Re: MySQL-Proxy SVN trunk: problems with admin interface
Posted by: Tiago Cruz
Date: May 08, 2008 12:12PM

Yeah... it's not working yet :(

mysql> select @@version_comment LIMIT 1;
+------------------------+
| @@version_comment |
+------------------------+
| MySQL Enterprise Agent |
+------------------------+
1 row in set (0.00 sec)

mysql> select USER();
+--------+
| USER() |
+--------+
| root |
+--------+
1 row in set (0.00 sec)

mysql> select * from proxy_connections;
ERROR 1105 (07000): (admin-server) query not known
mysql> select * from proxy_config;
ERROR 1105 (07000): (admin-server) query not known

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL-Proxy SVN trunk: problems with admin interface
2643
May 08, 2008 12:12PM


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.