Installing and Configuring MySQL as Backend Database on Linux
Overview
uses MySQL as the backend database in Backup Server and Replication Server installations to store all the backup metadata information. To get to work with MySQL as a backend database, you need to install MySQL Server either in the same machine where backup server is installed or in another dedicated machine.
Note : The following steps are applicable to Backup Server and Replication Server installations.
Install and Configure MySQL Server
provides you an utility to install and customize the MySQL Server components for backend. This utility will download, install and customizes the MySQL Server v5.5.20, unixODBC v2.2.14, MySQL ODBC Driver v3.51.27 components, creates database and system DSNs for . As this utility downloads MySQL Server components from Internet, the backup/replication server should have Internet connectivity.
- Download 's Online MySQL Components installer. The installer is typically available in the same source location from where the other builds you downloaded from.
- Execute the downloaded script file "MySQLSetup_Simple_Web.sh" with root user privilege.
- Read the instructions carefully and provide the suitable options.
NOTE: MySQL Server components installer will check the missing packages for running MySQL Server in the Linux machine, and will ask confirmation to install missing packages. If you wish to install the missing packages, enter 'yes' to continue the installation. Otherwise, enter 'no' to abort the installation.
- At the end of the installation, to check the database connectivity of the created DSN setting, the script will prompt for MySQL Server root user's password. Enter the correct MySQL Server root user password to check the created DSN setting.
Specify the attributes during installation
After installing MySQL Server components, you need to specify DSN name, database name, user name and password during the installation in the backup server.
Troubleshooting Tips
|