CA Executive Insight stores its data in a MySQL database. MySQL must be installed before you can install the product. You can install MySQL on the same system as CA Executive Insight or on a remote system.
Note: This procedure is only required for a new installation, not an upgrade installation.
Note: Before you install MySQL, uninstall any existing installations of MySQL and delete any existing files.
Follow these steps:
rpm -qa | grep -i mysql
If the results of this command show that you have an existing installation of MySQL, remove the MySQL packages:
rpm -e packagename
Specifies the name of the package that you want to remove.
Run the command for each package that is installed on your system.
Note: You can forcefully remove a package by typing the following command:
rpm -e --allmatches packagename --nodeps
rpm -i MySQL-server-advanced-5.5.8-1.rhel5.x86_64.rpm
rpm -i MySQL-client-advanced-5.5.8-1.rhel5.x86_64.rpm
/etc/init.d/mysql start
mysqladmin -u root password
You are prompted to enter a password.
The password is masked.
mysql -h localhost -u root -p
You are prompted to enter a password.
The password is masked.
Note: After you have installed MySQL, and based on the number of business indicators, decide whether to update or add to the MySQL default configuration. See Performance Sizing for sizing considerations.
|
Copyright © 2014 CA.
All rights reserved.
|
|