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:51:41]
shaun.reitan
cpanel:uninstall-watch-mysql-plugin [2014-05-19 17:24:01]
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  
-sh latest-watchmysql --noexec+http://download.ndchost.com/watchmysql/latest-watchmysql --noexec
 ./installd-watchmysql/uninstall ./installd-watchmysql/uninstall
 </code> </code>
Line 12: Line 13:
  
 <code console> <code console>
-root@localhost [~]# wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php+root@localhost [~]# wget  
 +http://download.ndchost.com/watchmysql/latest-watchmysql
 root@localhost [~]# sh latest-watchmysql --noexec root@localhost [~]# sh latest-watchmysql --noexec
 Creating directory installd-watchmysql Creating directory installd-watchmysql
Line 24: Line 26:
 root@localhost [~/installd-watchmysql]# ./uninstall root@localhost [~/installd-watchmysql]# ./uninstall
 </code> </code>
-