Zend Server Cluster Manager requires a MySQL 5.0 (or above) database in order to store information aggregated from the servers belonging to the cluster.
When installing Zend Server Cluster Manager for the first time, you will be prompted to setup the Zend Server Cluster Manager database.
This can be done in one of two methods:
This procedure describes how to manually create and setup a Zend Server Cluster Manager database schema and user.
Before creating the database, make sure that the server on which you are installing the database is accessible by Zend Server Cluster Manager and all Zend Server instances that are potential cluster members.
|
|
To manually create and setup a Zend Server Cluster Manager database:
CREATE DATABASE IF NOT EXISTS zend_monitor;
GRANT
CREATE,DROP,ALTER,DELETE,INDEX,INSERT,SELECT,UPDATE,CREATE TEMPORARY
TABLES,LOCK TABLES,CREATE VIEW,SHOW VIEW,ALTER ROUTINE,CREATE
ROUTINE,EXECUTE ON `zend_monitor`.* TO '<username>'@'%'
IDENTIFIED BY '<password>';
mysql -u <username> -p zend_monitor < <install_path>/share/mysql_create_monitor_db.sql |
|
In the Zend Server Cluster Manager Configuration Wizard (step 4), select the option "I have already setup the database and enter the user name, password, host, and port for the schema you have just created. |
|
|
Related Links: Licenses and Registration |
|
|
|