Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Creating MariaDB database and user

The database is created on the project page — the project wizard does not create it automatically.

  1. Prerequisite

    MariaDB must be installed via Web stack wizard before creating a database.

  2. Create database

    Projects → select project → Database tab → Create database. The panel generates database name, user and password.

    Primjer (generira panel):
      Baza:     uadmin_example_com
      Korisnik: uadmin_example_com
      Host:     localhost
  3. Adminer

    If Adminer is installed in Web stack, access it from the Adminer sidebar item or link on the project page.

  4. Databases module

    Global overview of all databases and users is available in the Databases module in the sidebar.