Grammar fix
This commit is contained in:
Родитель
68e6aeca43
Коммит
1c18da4ca1
|
@ -1,7 +1,7 @@
|
|||
How to operate ProxySQL
|
||||
=======================
|
||||
|
||||
First of all, ProxySQL is a daemon ran by an angel process. The angel process monitors the daemon and restarts it when it has crashed, in order to minimize downtime. The daemon accepts incoming traffic from MySQL clients and forwards it to backend MySQL servers.
|
||||
First of all, ProxySQL is a daemon run by an angel process. The angel process monitors the daemon and restarts it when it has crashed, in order to minimize downtime. The daemon accepts incoming traffic from MySQL clients and forwards it to backend MySQL servers.
|
||||
|
||||
The proxy is designed to run for as long as possible without needing to be restarted. Most configurations can be done at runtime, through a configuration system that responds to SQL-like queries (["admin interface"](https://github.com/sysown/proxysql/blob/master/doc/admin_tables.md)). Runtime parameters, server grouping and traffic-related settings can all be changed at runtime.
|
||||
|
||||
|
@ -54,4 +54,4 @@ Let us explain in more depth each individual option.
|
|||
* `-S, --admin-socket ARG`. Currently unused.
|
||||
* `-V, --version`. Print the current version of ProxySQL
|
||||
* `--initial`. Reset the admin database with the content from the configuration file. Refer to the [configuration system documentation](https://github.com/sysown/proxysql/blob/master/doc/configuration_system.md) for more information.
|
||||
* `--reload`. Merge the configuration from the config file with the current runtime database. Refer to the [configuration system documentation](https://github.com/sysown/proxysql/blob/master/doc/configuration_system.md) for more information.
|
||||
* `--reload`. Merge the configuration from the config file with the current runtime database. Refer to the [configuration system documentation](https://github.com/sysown/proxysql/blob/master/doc/configuration_system.md) for more information.
|
||||
|
|
Загрузка…
Ссылка в новой задаче