Database Setup Guide (डेटाबेस सेटअप गाइड)
Easily populate and activate your local MySQL database
Your PHP code is successfully connected to MySQL, but the tables inside it are missing. Follow these 4 easy steps to fix this instantly:
Open your browser and navigate to your local dashboard:
http://localhost/phpmyadmin/
Click "New" on the left side of phpMyAdmin, enter royal_eggs as the database name, and click Create.
Select the newly created royal_eggs database from the sidebar, click the Import tab at the top, select/choose the file schema.sql (located inside the project directory), and click "Import / Go".
All tables, products, categories, default admin accounts, and sample customer logs will be automatically created. Refresh this page to activate full database operations!
Email: admin@andewala.in
Password: admin123