Deinstallation MediaWiki

From Wiki Against Mines

Jump to: navigation, search

Back to install manual

Contents

Uninstall

To remove MediaWiki off your Server just two steps are required:

  • Delete the directory where MediaWiki was installed to.
  • Delete the MediaWiki database


Delete the directory

In case you have installed MediaWiki into the directory /var/www/httpdocs you are able to delete it using the following command

 rm -rf /var/www/httpdocs/wiki

Delete the database

To delete the MySQL-database including the Wiki-entries, please connect to your database. Appropriate rights are required.

Go to Log on the database system


Afterward please type in the following command into mysql> prompt:

DROP DATABASE wikidb;


To complete you have to log off the database correctly.

Go to Log off the database

References

Assessment

Please answer the following questions and click on marking for revision. In case you have reached less then 4 points it is recommended to read this paragraph again carefully!

Continue to backup and restore the database

Back to install manual,,

Personal tools