Install Fusion Registry

From Fusion Registry Wiki
Revision as of 09:48, 22 September 2020 by Glenn (talk | contribs) (Database Connection)
Jump to navigation Jump to search

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.

  • 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
DatabaseInstallPage.PNG