Documentation Home

Data Center Audit Uninstall Procedures

 

To uninstall on WINDOWS with the basic WAMP install
Uninstall Data Center Audit on a Windows Server that is running IIS, PHP & MySQL
Uninstall Data Center Audit on a UNIX/LINUX machine

 


To uninstall Data Center Audit on WINDOWS with the basic WAMP install:

Go go CONTROL PANEL -- ADD REMOVE PROGRAMS

 

Click Remove and you will see the following confirmation screen

 

Click YES and Data Center Audit will uninstall.

when complete you will find the following Message.

 

Data Center Audit is uninstalled, however WAMP is still installed.

 

To Uninstall WAMP:

Go to ADD REMOVE PROGRAMS and select WAMP

 

Next you will see the confirmation screen

 

Now WAMP will uninstall

 

When complete you will see the following:

 

The only thing left do to now is to delete the WAMP directory

 


Uninstall Data Center Audit on a Windows Server that is running IIS, PHP & MySQL

 

 

Go go CONTROL PANEL -- ADD REMOVE PROGRAMS

 

Click Remove and you will see the following confirmation screen

 

Click YES and Data Center Audit will uninstall.

when complete you will find the following Message.

 

Data Center Audit is uninstalled

 

If you wish to delete the MySQL database, then you need to go to

START -- RUN -- CMD

and type

c:\ mysql -u root -p <password> -e"drop database dca";

 


Uninstall Data Center Audit on a UNIX/LINUX machine

 

1. change to the web server document root directory (ex. cd /usr/local/apache/htdocs )

2. remove the directory

# cd /usr/local/apache/htdocs
# ls dca
# rm -rf dca

3. Delete the Data Center Audit database
# mysql -u root -p<password> -e" drop database dca"
#

 

Data Center Audit is now uninstalled.