> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/mysql/rabota-s-mysql/dbeaver.md).

# DBeaver

## Описание

**DBeaver** поддерживает работу с множеством СУБД, включая MySQL, PostgreSQL, Oracle, SQL Server, SQLite и другие.

**Особенности**:

* кроссплатформенная поддержка (Windows, macOS, Linux, Solaris);
* SQL-редактор с подсветкой синтаксиса и автодополнением;
* архитектура плагинов для расширения функциональности.

&#x20;![History for How to Reassign License - dbeaver/dbeaver Wiki - GitHub](https://avatars.mds.yandex.net/i?id=12f2b4d0fa8265101db25cca6e715bc95a8819f0-5231826-images-thumbs\&n=13\&n=13\&w=345\&h=230)

### Функции

* **Выполнение SQL-запросов** с сохранением и организацией запросов в виде проектов.
* **Визуализация данных** — просмотр результатов запросов в виде таблиц, графиков и диаграмм.
* **Управление схемами баз данных**: создание, изменение и удаление таблиц, индексов, триггеров и других объектов.
* **Импорт и экспорт данных** разных форматов, например CSV, Excel, JSON и XML.
* **Миграция данных** между различными СУБД — копирование таблиц, схем и данных из одной базы данных в другую с помощью встроенного мастера миграции.

## Установка

Описана [тут](/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/dbeaver.md)

## Использование

**DBeaver** запускается как приложение Windows.

Для доступа к серверам MySQL необходимо знать:

* DNS или IP адрес сервера MySQL
* Порт для доступа к серверу MySQL
* Логин для доступа к серверу MySQL
* Пароль для доступа к серверу MySQL


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/mysql/rabota-s-mysql/dbeaver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
