Create databases, manage users and access permissions right from the panel. phpMyAdmin in one click.
Create and delete databases, link them to sites, configure backups — without a single SQL command.
Create database users, set passwords, configure full access or read-only. Manage remote access for each user.
Install phpMyAdmin as a site template. Auto-login via the Deploykin panel, Basic Auth for extra protection, SSL automatically.
Link a database to a site — Deploykin automatically updates DB_HOST, DB_DATABASE, DB_USERNAME and DB_PASSWORD in the .env file.
Set up automatic backups for each database individually. Daily, weekly or monthly.
A complete toolkit for managing your data.
Full MySQL 8.0 support with database creation and deletion from the UI.
PostgreSQL support for projects that need advanced functionality.
Create users, set passwords, grant and revoke privileges.
Granular permissions: full access or SELECT-only for analytics.
Configure remote access for each user individually.
1-click installation with auto-login and Basic Auth protection.
Automatic .env updates when linking a database to a site.
Automatic scheduled backups for every database.
Safe deletion of databases and users through the panel.
Real-time stats: active queries, connections, buffer pool, query cache.
Terminate stuck queries in one click from the panel, no SSH.
MariaDB support as a MySQL alternative with advanced capabilities.
Manage can_access_system_schemas for each database user.
Active queries, connections, buffer pool usage, query cache — all MySQL health information right in the panel.
| PID | User | Database | Query | Time | State | |
|---|---|---|---|---|---|---|
| 1847 | app_user | app_production | SELECT * FROM orders WHERE created_at > ... | 0.02s | Executing | |
| 1853 | app_user | app_production | UPDATE users SET last_login = NOW() WHERE ... | 0.01s | Updating | |
| 1901 | analytics_user | analytics | SELECT COUNT(*) FROM events GROUP BY date... | 12.4s | Sending data | |
| 1923 | app_user | crm_production | INSERT INTO activity_log (user_id, action... | 0.00s | Executing | |
| 1956 | app_readonly | app_production | SELECT p.*, c.name FROM products p JOIN ... | 34.7s | Sorting result | |
| 1978 | app_user | blog_production | SELECT posts.*, users.name FROM posts JO... | 0.15s | Executing |
No more connecting over SSH and running KILL manually. Find the slow query in the process list and terminate it in one click.
MySQL 8.0 is currently fully supported. PostgreSQL and MariaDB — in development and coming in upcoming updates.
Keep your application and database on different servers. Deploykin connects a site to MySQL on a dedicated database server and opens access only to the project's servers — the firewall is configured automatically.
Configure can_access_system_schemas for each user. Allow or deny access to information_schema, mysql, performance_schema.
Migration, cloning and size tracking — without manual export-import through the console.
Upload a dump through the panel — Deploykin imports it into the chosen database with no console.
Copy a whole database — including together with a site and even to another server in the project.
The size of each database is tracked automatically — you can see what's growing and using disk.
Install Redis on a server in one click, edit the config from the panel and open access between the project's servers — the firewall configures itself.
# bind — только приватная сеть проекта bind 10.0.0.5 port 6379 maxmemory 512mb maxmemory-policy allkeys-lru appendonly yes
Create databases and users and configure permissions — all from the panel, without the command line.
We use cookies and the Yandex Metrica web-analytics service (including Session Replay) to improve the site. Details are in the privacy policy.