Difference between revisions of "API: MySQL processlist"

From BrainyCP
Jump to: navigation, search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
Администраторские функции требуют root-права API, чтобы использовать любой логин, размещенный на сервере. Если root-прав нет, можно использовать только свой логин.
+
Administrative functions require API root rights in order to use any login hosted on the server. If you do not have root rights, you can only use your login.
  
Входящие данные, отмеченные звездочкой, обязательны для заполнения. 
+
Incoming data marked with an asterisk are required.
  
 
{| border="1" cellpadding="5"
 
{| border="1" cellpadding="5"
 
|-
 
|-
| <p dir="ltr" style="text-align: center;">'''Модуль'''</p>  
+
| <p dir="ltr" style="text-align: center;">'''Module'''</p>  
| style="width: 138px;" | <p dir="ltr" style="text-align: center;">'''Функция'''</p>  
+
| style="width: 126px;" | <p dir="ltr" style="text-align: center;">'''Function'''</p>  
| style="width: 575px;" | <p dir="ltr" style="text-align: center;">'''Входящие данные'''</p>  
+
| style="width: 470px;" | <p dir="ltr" style="text-align: center;">'''Incoming data'''</p>  
| style="width: 256px;" | <p dir="ltr" style="text-align: center;">'''Варианты ошибок'''</p>  
+
| style="width: 256px;" | <p dir="ltr" style="text-align: center;">'''Error variants'''</p>  
 
|-
 
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
 
dbusage
 
dbusage
  
| style="width: 138px; vertical-align: top;" |  
+
| style="width: 126px; vertical-align: top;" |  
MySQL процессы.
+
MySQL processes.
  
 
processlist
 
processlist
  
| style="width: 575px; vertical-align: top;" |  
+
| style="width: 470px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">dbusage (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">processlist (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
username (post или get)* — имя пользователя;
+
| style="width: 256px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'MySql processes'.</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'The list of MySql processes is empty';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 
 
password (post или get)* — пароль пользователя;
 
 
 
dbusage (post или get)* — константа, имя модуля;
 
 
 
processlist (post или get)* — константа, имя операции;
 
 
 
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
 
 
 
| style="width: 256px; vertical-align: top;" |  
 
error:0, mess:'MySql процессы'.
 
 
 
error:100, mess:'Список MySql процессов пуст';
 
 
 
error:400, mess:'К сожалению, модуль вам не доступен'.
 
 
 
 
|-
 
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
 
dbusage
 
dbusage
  
| style="width: 138px; vertical-align: top;" |  
+
| style="width: 126px; vertical-align: top;" |  
Старт, стоп, рестарт MySQL.
+
Start, stop, restart MySQL.
  
 
controls
 
controls
  
| style="width: 575px; vertical-align: top;" |  
+
| style="width: 470px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">dbusage (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">controls (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">operation (post or get) * - start, stop, restart (start, restart, stop);</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
username (post или get)* — имя пользователя;
+
| style="width: 256px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'Command completed', detail [Console response when executing command];</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'The command is not correct', detail [List of commands];</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 
 
password (post или get)* — пароль пользователя;
 
 
 
dbusage (post или get)* — константа, имя модуля;
 
 
 
controls (post или get)* — константа, имя операции;
 
 
 
operation (post или get)* — старт, стоп, рестарт(start, restart, stop);
 
 
 
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
 
 
 
| style="width: 256px; vertical-align: top;" |  
 
error:0, mess:'Команда выполнена', detail [Ответ консоли при выполнении команды];
 
 
 
error:100, mess:'Команда не правильная', detail [Список команд];
 
 
 
error:400, mess:'К сожалению, модуль вам не доступен'.
 
 
 
 
|-
 
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
 
dbusage
 
dbusage
  
| style="width: 138px; vertical-align: top;" |  
+
| style="width: 126px; vertical-align: top;" |  
Смена root-пароля MySQL.
+
Change root-password for MySQL.
  
 
change_password
 
change_password
  
| style="width: 575px; vertical-align: top;" |  
+
| style="width: 470px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">dbusage (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">change_password (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">new_password (post or get) * - new password (better to send POST);</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
username (post или get)* — имя пользователя;
+
| style="width: 256px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'The mysql root password has been changed';</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'Empty password value that is changing';</div> <div data-placeholder="Перевод" dir="ltr">error: 101, mess: 'Mysql server is down. Please contact your administrator ';</div> <div data-placeholder="Перевод" dir="ltr">error: 102, mess: 'Error connecting to the database. Please contact your administrator ';</div> <div data-placeholder="Перевод" dir="ltr">error: 103, mess: 'Error in data transfer. Try later';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 
 
password (post или get)* — пароль пользователя;
 
 
 
dbusage (post или get)* — константа, имя модуля;
 
 
 
change_password (post или get)* — константа, имя операции;
 
 
 
new_password (post или get)* — yовый пароль (kучше передавать POST);
 
 
 
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
 
 
 
| style="width: 256px; vertical-align: top;" |  
 
error:0, mess:'Пароль mysql root был изменен';
 
 
 
error:100, mess:'Пустое значение пароля который меняется';
 
 
 
error:101, mess:'Mysql сервер не работает. Пожалуйста обратитесь к администратору';
 
 
 
error:102, mess:'Ошибка подсоединения к базе. Пожалуйста обратитесь к администратору';
 
 
 
error:103, mess:'Ошибка в передаче данных. Попробуйте позже';
 
 
 
error:400, mess:'К сожалению, модуль вам не доступен'.
 
 
 
 
|-
 
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
 
dbusage
 
dbusage
  
| style="width: 138px; vertical-align: top;" |  
+
| style="width: 126px; vertical-align: top;" |  
Поменять настройки MySQL.
+
Change settings for&nbsp;MySQL.
  
 
change_setting
 
change_setting
  
| style="width: 575px; vertical-align: top;" |  
+
| style="width: 470px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">dbusage (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">change_setting (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">Parameters:</div> <div data-placeholder="Перевод" dir="ltr">bind_address (POST or GET);<br/> long_query_time (POST or GET);<br/> old_password (POST or GET);<br/> interactive_timeout (POST or GET);<br/> wait_timeout (POST or GET);<br/> connect_timeout (POST or GET);<br/> key_buffer (POST or GET);<br/> join_buffer (POST or GET);<br/> join_buffer_size (POST or GET);<br/> max_allowed_packet (POST or GET);<br/> table_cache (POST or GET);<br/> sort_buffer (POST or GET);<br/> record_buffer (POST or GET);<br/> thread_cache_size (POST or GET);<br/> max_user_connections (POST or GET);<br/> thread_concurrency (POST or GET);<br/> myisam_sort_buffer_size (POST or GET);<br/> max_heap_table_size (POST or GET);<br/> tmp_table_size (POST or GET);<br/> innodb_buffer_pool_size (POST or GET);<br/> query_cache_limit (POST or GET);<br/> query_cache_size (POST or GET);<br/> query_cache_type (POST or GET);<br/> symbolic_links (POST or GET);<br/> log_error (POST or GET);<br/> pid_file (POST or GET).</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
username (post или get)* — имя пользователя;
+
| style="width: 256px; vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'The mysql root password has been changed';</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'Empty password value that is changing';</div> <div data-placeholder="Перевод" dir="ltr">error: 101, mess: 'Mysql server is down. Please contact your administrator ';</div> <div data-placeholder="Перевод" dir="ltr">error: 102, mess: 'Error connecting to the database. Please contact your administrator ';</div> <div data-placeholder="Перевод" dir="ltr">error: 103, mess: 'Error in data transfer. Try later';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you';</div> <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'Configuration parameters saved';</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: Error saving parameters';</div> <div data-placeholder="Перевод" dir="ltr">error: 101, mess: 'No access to configuration files';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 
 
password (post или get)* — пароль пользователя;
 
 
 
dbusage (post или get)* — константа, имя модуля;
 
 
 
change_setting (post или get)* — константа, имя операции;
 
 
 
Параметры:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
 
 
bind_address(POST или GET);<br/> long_query_time(POST или GET);&nbsp;<br/> old_password(POST или GET);<br/> interactive_timeout(POST или GET);<br/> wait_timeout(POST или GET);<br/> connect_timeout(POST или GET);<br/> key_buffer(POST или GET);<br/> join_buffer(POST или GET); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/> join_buffer_size(POST или GET);<br/> max_allowed_packet(POST или GET);<br/> table_cache(POST или GET);<br/> sort_buffer(POST или GET);<br/> record_buffer(POST или GET);<br/> thread_cache_size(POST или GET);<br/> max_user_connections(POST или GET);<br/> thread_concurrency(POST или GET);<br/> myisam_sort_buffer_size(POST или GET);<br/> max_heap_table_size(POST или GET);<br/> tmp_table_size(POST или GET);<br/> innodb_buffer_pool_size(POST или GET);<br/> query_cache_limit(POST или GET);<br/> query_cache_size(POST или GET);<br/> query_cache_type(POST или GET);<br/> symbolic_links(POST или GET);<br/> log_error(POST или GET);<br/> pid_file(POST или GET).&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
 
 
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
 
 
 
| style="width: 256px; vertical-align: top;" |  
 
error:0, mess:'Пароль mysql root был изменен';
 
 
 
error:100, mess:'Пустое значение пароля который меняется';
 
 
 
error:101, mess:'Mysql сервер не работает. Пожалуйста обратитесь к администратору';
 
 
 
error:102, mess:'Ошибка подсоединения к базе. Пожалуйста, обратитесь к администратору';
 
 
 
error:103, mess:'Ошибка в передаче данных. Попробуйте позже';
 
 
 
error:400, mess:'К сожалению, модуль вам не доступен';
 
 
 
error:0, mess:'Параметры конфигурации сохранены';
 
 
 
error:100, mess:Ошибка в сохранении параметров';
 
 
 
error:101, mess:'Нет доступа к файлам конфигурации';
 
 
 
error:400, mess:'К сожалению, модуль вам не доступен'.
 
 
 
 
|}
 
|}
  
Другие полезные статьи:
+
Other useful articles:
  
{| style="width: 1191px;"
+
{| style="width: 1046px;"
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_подключение API: подключение]'''
+
'''[https://docs.brainycp.io/index.php/API:_connection <font><font>API: connection</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_мониторинг API: мониторинг]'''
+
'''[https://docs.brainycp.io/index.php/API:_Monitoring <font><font>API: monitoring</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_статус_веб-сервера API: статус веб-сервера]'''
+
'''[https://docs.brainycp.io/index.php/API:_Webserver_status <font><font>API: web server status</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_автоустановщик_CMS API: автоустановщик CMS]'''
+
'''[https://docs.brainycp.io/index.php/API:_CMS_Autoinstaller <font><font>API: auto installer CMS</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_настройка_бекапов API: настройка бекапов]'''
+
'''[https://docs.brainycp.io/index.php/API:_Configuring_backups <font><font>API: configuring backups</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_трансфер_между_серверами API: трансфер между серверами]'''
+
'''[https://docs.brainycp.io/index.php/API:_Transfer_between_servers <font><font>API: transfer between servers</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_антивирус API: антивирус]'''
+
'''[https://docs.brainycp.io/index.php/API:_Antivirus <font><font>API: antivirus</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_настройки_сервера API: настройки сервера]'''
+
'''[https://docs.brainycp.io/index.php/API:_Server_configuration <font><font>API: server settings</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_управление_веб-сервером API: управление веб-сервером]'''
+
'''[https://docs.brainycp.io/index.php/API:_Manage_webserver <font><font>API: web server management</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_базы_данных API: базы данных]'''
+
'''[https://docs.brainycp.io/index.php/API:_Databases <font><font>API: database</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_пользовательские_сертификаты API: пользовательские сертификаты]'''
+
'''[https://docs.brainycp.io/index.php/API:_User_Certificates <font><font>API: custom certificates</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_управление_почтовыми_ящиками API: управление почтовыми ящиками]'''
+
'''[https://docs.brainycp.io/index.php/API:_Managing_mailboxes <font><font>API: mailbox management</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_информация_о_сервере API: информация о сервере]'''
+
'''[https://docs.brainycp.io/index.php/API:_Server_info <font><font>API: server information</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_почта API: почта]'''
+
'''[https://docs.brainycp.io/index.php/API:_Mail <font><font>API: mail</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_управление_DNS-зонами API: управление DNS-зонами]'''
+
'''[https://docs.brainycp.io/index.php/API:_Manage_DNS-zones <font><font>API: DNS zone management</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_использование_трафика API: использование трафика]'''
+
'''[https://docs.brainycp.io/index.php/API:_Traffic_usage <font><font>API: traffic usage</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_почтовые_ящики_клиента API: почтовые ящики клиента]'''
+
'''[https://docs.brainycp.io/index.php/API:_Client_mail <font><font>API: client mailboxes</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_установка_веб-сервера API: установка веб-сервера]'''
+
'''[https://docs.brainycp.io/index.php/API:_Webserver_Installation <font><font>API: web server installation</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_логирование API: логирование]'''
+
'''[https://docs.brainycp.io/index.php/API:_Logging <font><font>API: logging</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_сервер_имен API: сервер имен]'''
+
'''[https://docs.brainycp.io/index.php/API:_Nameserver <font><font>API: name server</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_хост-аккаунты API: хост-аккаунты]'''
+
'''[https://docs.brainycp.io/index.php/API:_host-accounts <font><font>API: host accounts</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_менеджер_приложений API: менеджер приложений]'''
+
'''[https://docs.brainycp.io/index.php/API:_App_manager <font><font>API: application manager</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_сертификаты_сервисов API: сертификаты сервисов]'''
+
'''[https://docs.brainycp.io/index.php/API:_Certificates_of_services <font><font>API: service certificates</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_CRON API: CRON]'''
+
'''[https://docs.brainycp.io/index.php/API:_CRON <font><font>API: CRON</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_менеджер_процессов API: менеджер процессов]'''
+
'''[https://docs.brainycp.io/index.php/API:_Process_manager <font><font>API: process manager</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_сетевые_инструменты API: сетевые инструменты]'''
+
'''[https://docs.brainycp.io/index.php/API:_Network_tools <font><font>API: network tools</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_FTP-сервер API: FTP-сервер]'''
+
'''[https://docs.brainycp.io/index.php/API:_FTP-server <font><font>API: FTP server</font></font>]'''
  
 
|-
 
|-
|  
+
| style="width: 306px;" |  
'''[https://docs.brainycp.ru/index.php/API:_менеджер_IP-адресов API: менеджер IP-адресов]'''
+
'''[https://docs.brainycp.io/index.php/API:_IP-address_manager <font><font>API: IP address manager</font></font>]'''
  
|  
+
| style="width: 351px;" |  
'''[https://docs.brainycp.ru/index.php/API:_средняя_нагрузка API: средняя нагрузка]'''
+
'''[https://docs.brainycp.io/index.php/API:_Load_average <font><font>API: average load</font></font>]'''
  
|  
+
| style="width: 367px;" |  
'''[https://docs.brainycp.ru/index.php/API:_MySQL_processlist API: MySQL processlist]'''
+
'''[https://docs.brainycp.io/index.php/API:_MySQL_processlist <font><font>API: MySQL processlist</font></font>]'''
  
 
|}
 
|}

Latest revision as of 14:41, 17 November 2021

Administrative functions require API root rights in order to use any login hosted on the server. If you do not have root rights, you can only use your login.

Incoming data marked with an asterisk are required.

Module

Function

Incoming data

Error variants

dbusage

MySQL processes.

processlist

username (post or get) * - username;
password (post or get) * - user password;
dbusage (post or get) * - constant, module name;
processlist (post or get) * - constant, operation name;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'MySql processes'.
error: 100, mess: 'The list of MySql processes is empty';
error: 400, mess: 'Unfortunately, the module is not available to you.'

dbusage

Start, stop, restart MySQL.

controls

username (post or get) * - username;
password (post or get) * - user password;
dbusage (post or get) * - constant, module name;
controls (post or get) * - constant, operation name;
operation (post or get) * - start, stop, restart (start, restart, stop);
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'Command completed', detail [Console response when executing command];
error: 100, mess: 'The command is not correct', detail [List of commands];
error: 400, mess: 'Unfortunately, the module is not available to you.'

dbusage

Change root-password for MySQL.

change_password

username (post or get) * - username;
password (post or get) * - user password;
dbusage (post or get) * - constant, module name;
change_password (post or get) * - constant, operation name;
new_password (post or get) * - new password (better to send POST);
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'The mysql root password has been changed';
error: 100, mess: 'Empty password value that is changing';
error: 101, mess: 'Mysql server is down. Please contact your administrator ';
error: 102, mess: 'Error connecting to the database. Please contact your administrator ';
error: 103, mess: 'Error in data transfer. Try later';
error: 400, mess: 'Unfortunately, the module is not available to you.'

dbusage

Change settings for MySQL.

change_setting

username (post or get) * - username;
password (post or get) * - user password;
dbusage (post or get) * - constant, module name;
change_setting (post or get) * - constant, operation name;
Parameters:
bind_address (POST or GET);
long_query_time (POST or GET);
old_password (POST or GET);
interactive_timeout (POST or GET);
wait_timeout (POST or GET);
connect_timeout (POST or GET);
key_buffer (POST or GET);
join_buffer (POST or GET);
join_buffer_size (POST or GET);
max_allowed_packet (POST or GET);
table_cache (POST or GET);
sort_buffer (POST or GET);
record_buffer (POST or GET);
thread_cache_size (POST or GET);
max_user_connections (POST or GET);
thread_concurrency (POST or GET);
myisam_sort_buffer_size (POST or GET);
max_heap_table_size (POST or GET);
tmp_table_size (POST or GET);
innodb_buffer_pool_size (POST or GET);
query_cache_limit (POST or GET);
query_cache_size (POST or GET);
query_cache_type (POST or GET);
symbolic_links (POST or GET);
log_error (POST or GET);
pid_file (POST or GET).
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'The mysql root password has been changed';
error: 100, mess: 'Empty password value that is changing';
error: 101, mess: 'Mysql server is down. Please contact your administrator ';
error: 102, mess: 'Error connecting to the database. Please contact your administrator ';
error: 103, mess: 'Error in data transfer. Try later';
error: 400, mess: 'Unfortunately, the module is not available to you';
error: 0, mess: 'Configuration parameters saved';
error: 100, mess: Error saving parameters';
error: 101, mess: 'No access to configuration files';
error: 400, mess: 'Unfortunately, the module is not available to you.'

Other useful articles:

API: connection

API: monitoring

API: web server status

API: auto installer CMS

API: configuring backups

API: transfer between servers

API: antivirus

API: server settings

API: web server management

API: database

API: custom certificates

API: mailbox management

API: server information

API: mail

API: DNS zone management

API: traffic usage

API: client mailboxes

API: web server installation

API: logging

API: name server

API: host accounts

API: application manager

API: service certificates

API: CRON

API: process manager

API: network tools

API: FTP server

API: IP address manager

API: average load

API: MySQL processlist