# Database Manager

A web-based tool for MySQL database import and export operations.

## Features

- Import `.sql`, `.gz`, or `.csv` files into MySQL databases
- Export database structure and data to SQL files
- Real-time import progress tracking
- Session-based database connection management

## Requirements

- PHP with mysqli extension
- MySQL/MariaDB
- Web server with write permissions

## Usage

1. Open the application in your browser
2. Enter database credentials to connect
3. Use the interface to import or export databases

## Security

- Use only in trusted environments
- Remove uploaded files after use
- Do not expose publicly without authentication
