Difference between revisions of "Install Fusion Registry"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Database Connection)
Line 6: Line 6:
 
=Database Connection=
 
=Database Connection=
 
This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.
 
This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.
 +
[[File:DatabaseInstallPage.PNG|thumbnail]]
  
 
* Choose MySQL as the Database Type
 
* Choose MySQL as the Database Type
Line 12: Line 13:
 
* The Schema should be the name of the dedicated schema you created when configuring the database, for instance <code>fusion_registry</code>
 
* The Schema should be the name of the dedicated schema you created when configuring the database, for instance <code>fusion_registry</code>
 
* The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema
 
* The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema
 
[[File:DatabaseInstallPage.PNG|thumbnail]]
 

Revision as of 09:48, 22 September 2020

Overview

There are two steps to complete a fresh Fusion Registry Core installation:

  • Connect to the database
  • Configure some basic server settings

Database Connection

This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.

DatabaseInstallPage.PNG
  • Choose MySQL as the Database Type
  • The Server should be localhost if you installed MySQL on the same machine as Fusion Registy, or the hostname of the machine running your database service
  • The default MySQL port is 3306
  • The Schema should be the name of the dedicated schema you created when configuring the database, for instance fusion_registry
  • The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema