ab520025520025 发表于 2018-9-29 08:33:04

MYSQL-PROXY测试实例

mysql> select * from proxy_config;  +----------------------------+------------------+
  | option                     | value            |
  +----------------------------+------------------+
  | admin.address            | :4041            |
  | proxy.address            | 192.168.0.2:3306 |
  | proxy.lua_script         | NULL             |
  | proxy.backend_addresses | 127.0.0.1:3000   |
  | proxy.fix_bug_25371      | 0                |
  | proxy.profiling            | 1                |
  +----------------------------+------------------+
  6 rows in set (0.02 sec)
  除了这两个状态信息,我貌似没有发现别的,不过基本的运行信息都包含了。

页: [1]
查看完整版本: MYSQL-PROXY测试实例