Difference between revisions of "Install Fusion Registry"

From Fusion Registry Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
Clicking 'Apply Settings' will test the connection to the database and automatically build all of the tables.
 
Clicking 'Apply Settings' will test the connection to the database and automatically build all of the tables.
 +
 +
=Troubleshooting=
 +
Any problems Fusion Registry encounters connecting to the database service will result in an error message. The example below indicates that the user credentials are wrong.
 +
 +
[[File:DatabaseInstallError.PNG|300px]]

Revision as of 09:55, 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

Clicking 'Apply Settings' will test the connection to the database and automatically build all of the tables.

Troubleshooting

Any problems Fusion Registry encounters connecting to the database service will result in an error message. The example below indicates that the user credentials are wrong.

DatabaseInstallError.PNG