DigitalHR (Flutter)
  • Welcome
  • Flutter Setup
    • Installing Android Studio
    • Installing Flutter SDK
    • Import Project
    • Updating local.properties file
    • Configuring Firebase
    • Change Application Package Name
    • Change App Name
    • Server URL
    • App Logo
    • Change App Colors
    • Strings
    • Image Assets
    • App Font
  • Notification Sound
  • Publishing the App
    • Build and release android app
    • Build and release an iOS app
  • Admin Panel
    • Requirements
    • Database setup
    • Import and deploy
    • Change Time Zone
    • Setup cron job
    • Setup Firebase
  • Rate and support
  • Change Log
    • Version 8.0 Backend
    • Version 7.0 Flutter
  • Migrate from older version
    • Backend Migration
      • Roles and Permission
      • Version 10.0 to 11.0
    • Flutter Migration
      • Version 7.0 to 8.0
  • FAQ
Powered by GitBook
On this page
  1. Admin Panel

Database setup

PreviousRequirementsNextImport and deploy

Last updated 2 years ago

Create Database

  1. Browse your domain with cpanel port number. Eg. your-domain-name.com:2083

    • :2083 port will redirect you to cpanel. Alternatively, you can type your-domain-name.com/cpanel`

  2. After you log in, search and select for MySQL Databases

  3. Enter database name.

  4. Create user to access database.

    ⭐️ Store generated password in any note taking app becuase you will need to use it later. ⭐️
  5. Now connect database and user.

  6. Give all privileges to the user and select Make Changes button.