Skip to content
On this page

Databases

To manage your databases, navigate to the DB tab.

Adding a database

  1. Click the Add Database button.
  2. Fill out the fields. The name and username will be prefixed with user_.
  3. Optionally, provide an email address where the login details will be sent.
  4. Click the Save button in the top right.

Under Advanced Options, you are able to select the host (localhost by default) and charset (utf8 by default).

Editing a database

  1. Hover over the database you want to edit.
  2. Click the edit icon on the right of the database’s name. If you don’t want to change the password, keep the password field empty.

Accessing a database

By default, phpMyAdmin and phpPgAdmin are accessible at https://hostname.domain.tld/phpmyadmin and https://hostname.domain.tld/phppgadmin respectively. You can also click the phpMyAdmin and phpPgAdmin buttons in the DB tab.

For MySQL databases, if phpMyAdmin Single Sign On is enabled, hovering a database will show an icon. Click it to login to phpMyAdmin directly.

Suspending a database

  1. Hover over the database you want to suspend.
  2. Click the suspend icon on the right of the database’s name.
  3. To unsuspend it, click the unsuspend icon on the right of the database’s name.

Deleting a database

  1. Hover over the database you want to delete.
  2. Click the delete icon on the right of the database’s name. Both the database user and the database will get deleted.

Released under the GPLv3 License.