Step 2: Database Setup
Complete guide for Step 2: Database Setup
Create Database:
- Access your hosting control panel (cPanel, Plesk, hPanel, etc.)
- Navigate to "MySQL Databases" or "Database Manager"
- Create a new database
- Note down the following details:
-
- Database Name
-
- Database Username
-
- Database Password
-
- Database Host (usually localhost or 127.0.0.1)
Import Database:
- Go to phpMyAdmin (usually available in your hosting control panel)
- Select your newly created database
- Click on "Import" tab
- Choose the schedula.sql file
- Click "Go" to import the database structure and initial data
×