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
- Go to
localhost/phpmyadmin
, login if required - When you are logged in, select your database.
tip
It should look like the image below. Server: 127.0.0.1 >> Database: [your db]
- To find the SQL files, go to the
SQL
folder - Here you will find the file
omik_callist.sql
, drag it into the database. It should look like the image below!