Removing the MySQL Enterprise Service Manager
To remove the MySQL Enterprise Service Manager, run the
uninstall.app
located in the
/Applications/mysql/enterprise/monitor/
directory, or the root directory of your MySQL Enterprise Service Manager
installation.
During the uninstall process you will be given the option of saving existing data and log files. Choose this option if you plan to reinstall the MySQL Enterprise Monitor.
If you are not saving existing data, after uninstalling the
MySQL Enterprise Service Manager you may remove the
/Applications/mysql/enterprise/monitor
directory.
If you chose not to remove existing data and log files when uninstalling the MySQL Enterprise Monitor do not remove the /Applications/mysql/enterprise/monitor directory; doing so will delete these files.
Removing the Monitor Agent
Prior to removing the MySQL Enterprise Agent, stop any agents by changing
to the init.d
directory and issuing the
command:
shell> ./mysql-monitor-agent stop
Run the uninstall.app
file located in the
/Applications/mysql/enterprise/agent
directory.
Removing the Monitor Agent automatically deletes its associated
.log
and .pid
files.
After uninstalling the MySQL Enterprise Agent, you can remove the
/Applications/mysql/enterprise/agent
directory.
Removing the MySQL Enterprise Agent this way removes the default service, and all the configuration files for different instances.
Removing a Single Agent
To remove only one of the agents from a machine that is running several agents, do not run the uninstall program. To remove a single agent and leave other agents intact, follow these steps:
Stop the agent.
Confirm the location of the log files.
Remove the agent as a daemon.
Remove/Archive associated files.
It is best to stop the agent before removing it; for instructions on stopping an agent, see Section 15.6.3.5.2, “Starting/Stopping the Agent on Mac OS X”.
To confirm the location of the agent log files, check the
.ini
file. For more information on this
topic, see MySQL Enterprise Agent Configurable Options.
You can then remove the agent as a daemon by removing its entry in
the init.d
directory.
Also remove or archive any log or configuration files associated with this agent.
If you have installed any additional agents, remove them in the same way.