Difference between revisions of "Install Fusion Registry"
Jump to navigation
Jump to search
(Created page with "=Overview= There are two steps to complete a fresh Fusion Registry Core installation: * Connect to the database * Configure some basic server settings =Database Connection=") |
(→Database Connection) |
||
Line 5: | Line 5: | ||
=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. | ||
+ | |||
+ | * Choose MySQL as the Database Type | ||
+ | * The Server should be <code>localhost</code> 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 <code>3306</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 | ||
+ | |||
+ | [[File:DatabaseInstallPage.PNG|thumbnail]] |
Revision as of 08: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.
- 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