| 
       << Click to display Table of Contents >> Navigation: Components > Hive Configurator > Configuration > App examples > Share database | 
    
In this chapter, you will learn how to share a database via bestzero® explained using two examples.
First, make sure that the server on which the Hive is installed can connect to the desired database.
| Example 1: MySQL | 
 1. Create a new app 
 Instructions for this can be found in the chapter create a new app. 
 
 
 2. Zero App Detail 
 This is where you specify the address and port for accessing the MySQL database. 
 An example for this is the following address and port: 
 
 
 The address "mysql.cordaware.test" and port "3306" can be replaced with any address/port. 
 
 3. Zero App Source 
 Specify the IP address or FQDN to the MySQL server destination, use port 3306 and set TCP as the protocol. 
 Example: 
 
  | 
| Example 2: MSSQL | 
 1. Create a new app 
 Instructions for this can be found in the chapter create a new app. 
 
 
 2. Zero App Detail 
 This is where you specify the address and port for accessing the MSSQL database. 
 An example for this is the following address and port: 
 
 
 The address "mssql.cordaware.test" and port "1433" can be replaced with any address/port. 
 
 3. Zero App Source 
 Specify the IP address or FQDN to the MSSQL server destination, use port 1433 and set TCP as the protocol. 
 Example: 
 
  |