DevKit

Database Manager

With DevKit, you can access a comprehensive database manager without needing to use cPanel or other server management tools.

This feature is powered by AdminerEvo, a web-based database management interface designed with an emphasis on security, user experience, performance, functionality, and compactness.

AdminerEvo is ready to use with various databases, including MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, and MongoDB, right out of the box.

Accessing Database Manager

As you can see in the image above, the DB Manager is loaded in a new screen without the DevKit navigation.

  1. Click on “Adminer” in the DevKit top navigation, and a new tab will open.
1

Once tab is opened we will autofill all the login data and you will be presented with the Adminer screen.

Firewall Exception

If you are using any firewall i.e. 7G firewall or 8G firewall you need to put these before the firewall rules otherwise you will not able to access the database.

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-content/plugin/devkit/includes/adminer/load.php$ [NC]
RewriteRule ^ - [L]

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/devkit/includes/adminer/adminer.php$ [NC]
RewriteRule ^ - [L]

Table of Contents