# Setup

## **Step 1: Download and Install DBeaver**

If you haven’t already installed DBeaver, you can download it from the [official website](https://dbeaver.io/download/). Install the software following the instructions for your operating system.

---

## **Step 2: Retrieve Your Database Credentials**

Before connecting, ensure you have the following MySQL database credentials from your server panel or hosting provider:

- **Host** (e.g., `mysql.yourserver.com` or an IP address)
- **Port** (default is `3306`)
- **Database Name**
- **Username**
- **Password**

If you don’t have these details, check your server’s **Databases** section in the control panel.