Skip to main content

Database

Create database tables

info

If you have set Config.databaseless to true, then it is not necessary to follow this step. You can skip directly to Step 3

Create Database tables

  1. Go to localhost/phpmyadmin, login if required
  2. When you are logged in, select your database.
tip

It should look like the image below. Server: 127.0.0.1 >> Database: [your db] database_select

  1. To find the SQL files, go to the SQL folder
  2. Here you will find the file omik_callist.sql, drag it into the database. It should look like the image below!

database_drop