Create new connection in dbeaver
Here are the steps to create a new connection in DBeaver:
Step 1: Launch DBeaver
Open DBeaver on your computer. If you don't have it installed, you can download it from the official website.
Step 2: Click on "New Database"
In the DBeaver welcome screen, click on the "New Database" button.
Step 3: Select the Database Type
In the "New Database" window, select the type of database you want to connect to from the list of available options. For example, if you want to connect to a MySQL database, select "MySQL" from the list.
Step 4: Enter the Connection Details
Enter the connection details for your database. This may include:
- Host: The hostname or IP address of the database server.
- Port: The port number used by the database server.
- Database: The name of the database you want to connect to.
- Username: The username to use for the connection.
- Password: The password to use for the connection.
Step 5: Test the Connection
Click the "Test Connection" button to test the connection to your database. If the connection is successful, you will see a message indicating that the connection was successful.
Step 6: Save the Connection
Once the connection is successful, you can save the connection by clicking the "Save" button. You can also give the connection a name and add it to a group if you want to organize your connections.
Step 7: Explore Your Database
Once you have saved the connection, you can explore your database by clicking on the "Database" tab and selecting the tables, views, and other objects you want to view.
That's it! You have now created a new connection in DBeaver.