This section describes how to change configuration options for the MySQL database appliance for a large deployment, including how to change the credentials for the MySQL database.
If you already have a MySQL database server that you want the Filr appliance to use, you can skip this section and update the configuration as described in Section 2.2.3, Configuring an Existing MySQL Database.
IMPORTANT:In a production environment, it is a best practice to change the credentials for the MySQL database when the MySQL database is running as a separate appliance. If you do not change the credentials, you at least need to change the root password for the MySQL database.
If your MySQL database is configured on the same appliance as your Filr application, you make configuration changes on the Filr appliance, as described in Section 4.0, Configuring and Maintaining the Filr Appliance.
After installing the database appliance, as described in Section 2.2.2, Installing the MySQL Database Appliance, navigate to the following URL:
https://ip_address:9443
Replace
with the IP address of your database appliance.Sign in to the database appliance. The default username is root, and the default password is the password that you specified during installation.
The Novell MySQL Appliance landing page is displayed.
Click the
icon, then click to log in to phpMyAdmin.Log in to the phpMyAdmin tool as the root user. (The default password for the root user is root. You will be instructed to change the default password in a future step.)
(Recommended) Create a new Filr user to administer the MySQL database:
At the top of the page, click
.Click
.In the filr as the new user.
field, specifyIn the
field, select in the drop-down list, then specify the IP address or host name of the Filr application server.In the
field, specify a new password for the user, then confirm it in the field.In the
section, select .Click
. Note the username and password of this user. This is the user you will use to access the MySQL database when you configure the Filr appliance.You can now administer the Filr MySQL database by using this new user.
(Conditional) If you have a clustered Filr system with multiple Filr appliances, edit the privileges of the Filr user that you created in Step 5 so that each of the Filr appliances is granted remote access to the database.
On the Step 5.
page, click next to the user that you created inScroll to the
section, and in the field, specify the IP address or host name of the next Filr appliance in the cluster.In the
section, ensure that is selected, then click .Repeat Step 6.a through Step 6.c for each Filr appliance in the cluster.
(Recommended) Change your MySQL root password if you have not done so already:
At the top of the page, click
.In the Users Overview table, locate the root user with
in the column, then click for that user in the column.Scroll to the
section. In the field, specify your password, then confirm it in the field.Click
.Make any other configuration changes.
(Conditional) If this is the first time you have configured the MySQL database appliance:
Ensure that you have configured the search index appliance, as described in Section 5.0, Configuring and Maintaining the Search Index Appliance.
Configure the Filr appliance, as described in Section 3.0, Configuring Filr for the First Time.
The MySQL database appliance and the Search Index appliance must already be installed and configured before you can configure the Filr appliance for the first time.