๐๏ธ Database Setup - Wedding Card System
This tool will help you set up a MySQL database for permanent storage of guest information and QR codes.
๐ Step 1: Check XAMPP Status
Ensure XAMPP is running with MySQL enabled.
๐๏ธ Step 2: Create Database
Create the wedding_cards database and tables.
Manual Setup Instructions:
- Open phpMyAdmin
- Click "SQL" tab
- Copy and paste the SQL code below
- Click "Go" to execute
-- Loading SQL code...
๐ Step 3: Migrate Existing Data
Transfer existing guest data from localStorage to the database.
๐งช Step 4: Test Database System
Test the new database-powered system.