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
Next revision Both sides next revision
cpanel:uninstall-watch-mysql-plugin [2012-11-04 22:44:28]
steve.minter
cpanel:uninstall-watch-mysql-plugin [2012-11-04 22:52:24]
shaun.reitan
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> +<code console
-wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php +wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php 
-sh latest-watchmysql --noexec +sh latest-watchmysql --noexec 
-./installd-watchmysql/uninstall+./installd-watchmysql/uninstall
 </code> </code>
 It will look as follows: It will look as follows:
  
  
-<code> +<code console
-# wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php +root@localhost [~]# wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php 
-# sh latest-watchmysql --noexec+root@localhost [~]# sh latest-watchmysql --noexec
 Creating directory installd-watchmysql Creating directory installd-watchmysql
 Verifying archive integrity... All good. Verifying archive integrity... All good.
 Uncompressing WatchMySQL by NDCHost.com.................................... Uncompressing WatchMySQL by NDCHost.com....................................
-# ls+root@localhost [~]# ls
 installd-watchmysql  latest-watchmysql installd-watchmysql  latest-watchmysql
-# cd installd-watchmysql/ +root@localhost [~]# cd installd-watchmysql/ 
-# ls +root@localhost [~/installd-watchmysql]# ls 
-bootstrap  changelog  uninstall  watchmysql  watchmysql.chkservd  watchmysql.config  watchmysql.redhat  whmplugin +./ ../ bootstrap  changelog  uninstall  watchmysql  watchmysql.chkservd  watchmysql.config  watchmysql.redhat  whmplugin 
-# ./uninstall+root@localhost [~/installd-watchmysql]# ./uninstall
 </code> </code>
-