In the section below, you can find detailed connection settings for the most popular DBMS.
There are a few simple steps to establish the connection. Here they are:
- Choose the DBMS to which you need to connect
- Specify your server’s name
- Enter the credentials to establish the connection
These are the basic connection settings. Of course, each DBMS has its own specific connection settings, which are discussed in the respective section.
If you need to connect to your DBMS to backup databases with different credentials or using different ports, please use block comments while specifying the server’s name.
For example:
localhost /* any description of the connection */
localhost /* connection for the second user */
localhost /* any other connection */
Don’t forget to test the connection before saving the settings.