MySQL Proxy: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
AlessioBot (discussione | contributi)
m +F (software)
FrescoBot (discussione | contributi)
m Bot: overlinking giorni e mesi dell'anno e modifiche minori
Riga 7:
|Sviluppatore = [[MySQL AB]]
|UltimaVersione = 0.6.0
|DataUltimaVersione = [[6 settembre]] [[2007]]
|UltimaVersioneBeta =
|DataUltimaVersioneBeta =
Riga 74:
Your MySQL connection id is 609
Server version: 5.0.45-log MySQL Community Server (GPL)
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
mysql > SELECT 1;
+-----+
| 100 |
+-----+
| 100 |
+-----+
1 row in set (0.00 sec)
Riga 113:
| command | description |
+---------------------------------+--------------------------------------------+
| select * from proxy_connections | show information about proxy connections |
| select * from proxy_config | show information about proxy configuration |
| select * from help | show the available commands |
+---------------------------------+--------------------------------------------+
3 rows in set (0.00 sec)
 
mysql> select * from proxy_connections;
+------+--------+-------+------+
| id | type | state | db |
+------+--------+-------+------+
| 0 | server | 0 | |
| 1 | proxy | 0 | |
| 2 | server | 10 | |
| 3 | proxy | 10 | |
| 4 | proxy | 10 | |
+------+--------+-------+------+
5 rows in set (0.00 sec)
 
mysql> select * from proxy_config;
+----------------------------+----------------+
| option | value |
+----------------------------+----------------+
| admin.address | :4041 |
| proxy.address | :4040 |
| proxy.lua_script | logs.lua |
| proxy.backend_addresses[0] | 127.0.0.1:3306 |
| proxy.fix_bug_25371 | 0 |
| proxy.profiling | 1 |
+----------------------------+----------------+
6 rows in set (0.00 sec)