Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpanel:uninstall-watch-mysql-plugin [2012-11-04 22:51:41]
shaun.reitan
cpanel:uninstall-watch-mysql-plugin [2015-11-06 13:35:33]
rory.blanchard
Line 1: Line 1:
-**Uninstall NDCHost Watch Mysql WHM Plugin**+====== How to uninstall the WatchMySQL cPanel/WHM Plugin ====== 
  
 An uninstall script is included with the installer, you can download the installer and extract it without running it by passing --noexec to it. to download the installer extract it then run the uninstall, use the following commands: An uninstall script is included with the installer, you can download the installer and extract it without running it by passing --noexec to it. to download the installer extract it then run the uninstall, use the following commands:
  
 <code console> <code console>
-wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php +wget http://download.ndchost.com/watchmysql/latest-watchmysql 
-sh latest-watchmysql --noexec +sh latest-watchmysql 
-./installd-watchmysql/uninstall+/var/cpanel/addons/watchmysql/bin/uninstall 
 +rm -f latest-watchmysql
 </code> </code>
-It will look as follows: +\\ 
- +\\
- +
-<code console> +
-root@localhost [~]# wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php +
-root@localhost [~]# sh latest-watchmysql --noexec +
-Creating directory installd-watchmysql +
-Verifying archive integrity... All good. +
-Uncompressing WatchMySQL by NDCHost.com.................................... +
-root@localhost [~]# ls +
-installd-watchmysql  latest-watchmysql +
-root@localhost [~]# cd installd-watchmysql/ +
-root@localhost [~/installd-watchmysql]# ls +
-./ ../ bootstrap  changelog  uninstall  watchmysql  watchmysql.chkservd  watchmysql.config  watchmysql.redhat  whmplugin +
-root@localhost [~/installd-watchmysql]# ./uninstall +
-</code> +