Skip to content

vip db phpmyadmin

Generate access to a read-only phpMyAdmin web interface for an environment database.

Usage

vip db phpmyadmin [options]

Options

OptionDescription
-a, --app Target an application. Accepts a string value for the application name or an integer for the application ID.
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-e, --env Target an environment. Accepts a string value for the environment type.
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-p, --print Print the phpMyAdmin URL to stdout instead of opening it in a browser.
-s, --silent Do not print any output to the console.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

Examples

- Generate access to a read-only phpMyAdmin web interface for the environment's database.
$ vip @example-app.develop db phpmyadmin

- Print the phpMyAdmin URL to stdout instead of opening it in a browser.
$ vip @example-app.develop db phpmyadmin --print

Last updated: May 04, 2026