| Caption | The caption of the SQL Account. It will help you identify your account. |
| Database/Script | The database server type and the script type that your server supports. |
| Script parameters for connection | The parameters you use in your scripts (PHP, ASP etc…) on the site to connect to the SQL server. |
| Username/Password | The username and password required to connect to the SQL server. |
| Host | The host is usually "localhost" because the SQL server is usually on the same computer as your site's scripts. If it is a different one please specify. |
| Port | The default port is usually the right one but if your SQL server listens on a different port please specify it. |
| Where to upload the scripts | The scripts that will Export/Backup/Restore your databases can be placed automatically to your site by specifying an FTP account and a folder where to place the scripts. If you intend to place the scripts manually you can skip the "FTP Account" and "FTP upload path". Regardless of how you upload the scripts you must specify a valid HTTP URL that will point to the directory where the scripts are placed. For example: if the FTP folder where you placed the scripts is "/public_html/backup-scripts" the "HTTP scripts URL" will be http://www.your-site.com/backup-scripts |
| FTP Account | The FTP Account to use to upload the scripts automatically. |
| FTP upload path | The FTP path where to place the scripts |
| HTTP scripts URL | SiteVault must use these scripts with the HTTP protocol. So a valid URL that will indicate the folder where the scripts are placed is required |
| "Show scripts" button | Will open the folder where the scripts are so you can upload them manually. |
| "Upload scripts" button | Will attempt to automatically upload the scripts to the specified FTP folder using the selected FTP Account. If the specified folder does not exists it will be created. |
| Database selection mode | Because (in most cases) you share an SQL server with other people the SQL function that shows the list of all databases on that server is not allowed. If this is the case you will have to specify your databases manually. Select the "Manual" option and start adding databases one by one (Type the database name in the textbox and press the "Add" button) |