Skip to content

phpMyAdmin – AdminBolt Hosting Panel

Customer_PHP_My_Admin.png

Overview

phpMyAdmin is a web-based database management tool integrated into AdminBolt. It provides an interface for users to manage MySQL or MariaDB databases using a graphical UI instead of command-line SQL queries.

Key Features

  • Browse, create, modify, or delete databases and tables.
  • Execute SQL queries interactively.
  • Import/export database dumps.
  • Manage indexes, relationships, users, and privileges.

General Layout

General Settings

  • Change Password: Update your MySQL user password.
  • Server Collation: Default collation (e.g., utf8mb4_unicode_ci).
  • More Settings: Access deeper configuration options.

Appearance Settings

  • Language Selector: Set interface language (e.g., English).
  • Theme Selector: Choose between available UI themes.
  • Shows database tree:
    • information_schema
    • mydomain... (user-specific database)

Actions:

  • Expand/collapse tables
  • Run operations like Structure, Browse, Insert, Export, etc.

System Info Panels

Database Server

  • Server: AdminBolt (localhost)
  • Type: MariaDB
  • Version: 10.5.27-MariaDB
  • Protocol: 10
  • Connection: Not using SSL

Web Server

  • Server: nginx/1.25.5
  • Client: libmysql – mysqlnd 8.2.0
  • PHP Extensions: mysqli, curl, mbstring, sodium
  • PHP Version: 8.2.0

phpMyAdmin Info

  • Version: 5.2.1 (latest available: 5.2.2)
  • Quick access to:
    • Documentation
    • Official Homepage
    • Change Log
    • License

Notices

  • "A newer version of phpMyAdmin is available..."
  • "The phpMyAdmin configuration storage is not completely configured..."
    This may disable some extended features unless manually set up.

Access Location

Sidebar → Databases → phpMyAdmin

Notes

  • phpMyAdmin is ideal for both developers and non-technical users to safely manage databases.
  • For best results, users should ensure configuration storage is set and keep phpMyAdmin up to date.