🗃 Database Tab
Manage your MySQL databases and users.
Databases
- Create - Make a new database
- Drop - Delete a database (careful!)
- Import - Load data from SQL file
- Clone - Copy a database to new name
- Download - Export as compressed SQL file
Users
- Create User - Add database user
- Grant Privileges - Give access to databases
- Change Password - Update credentials
- Drop User - Remove a user
Database Download
Download large databases with progress tracking:
- Click "Download" on any database
- Watch the progress: dumping, compressing, ready
- Click the download link when ready
- File is compressed (.sql.gz) for faster transfer
Database Import
Import SQL files into existing databases:
- Click "Import" on the target database
- Upload your .sql or .sql.gz file
- Wait for import to complete
Database Cloning
Create a copy of an existing database - useful for:
- Creating staging environments
- Testing migrations safely
- Creating backups before major changes
🛑 Be Careful!
Dropping databases or users is permanent. Always make a backup first! Use the "Download" button to save a copy before making changes.

