Note: In this tutorial, we will be using DBeaver.
**1.**Open DBeaver
- Launch DBeaver.
2. Create a New Connection
-
Click the "New Database Connection" button or press Ctrl + Shift + N.
-
In the list that appears, select MySQL (you can type "MySQL" in the search bar).

3. Configure the connection details
After selecting MySQL, configure the following fields:
-
Host: You can use the main domain of your hosting account or the MySQL server address (e.g., localhost or 127.0.0.1).
-
Port: The default port is usually 3306.
-
Database: The name of the database you want to access.
-
Username: Your MySQL username.
-
Password: The password for the user.
