Title: Problem reinstall plugin
Last modified: August 22, 2016

---

# Problem reinstall plugin

 *  Resolved [hermannf1](https://wordpress.org/support/users/hermannf1/)
 * (@hermannf1)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/)
 * WP Statistics has stopped working. ( I don’t know why)
    Now i tried to delete
   the plugin and reinstalled the plugin. -> WP Statistics still not working. Now
   I tried to delete the plugin and deleted the DB Tables manually. If I install
   the plugin now again, the plugin doesn’t create the DB Tables. How can I clean
   remove and reinstall the plugin?
 * BR
 * [https://wordpress.org/plugins/wp-statistics/](https://wordpress.org/plugins/wp-statistics/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/#post-5215938)
 * After you delete the tables you also need to delete the version information that
   is contained in the wp_options table (the install/upgrade code only runs if this
   value is different than the version you are installing).
 * To do so, run the following SQL command:
 *     ```
       DELETE FROM wp_options WHERE option_name='wp_statistics_plugin_version'
       ```
   
 * Then either re-install the plugin (if you still have it removed) or if you have
   already installed it, go to any page and the tables should be recreated.
 *  Thread Starter [hermannf1](https://wordpress.org/support/users/hermannf1/)
 * (@hermannf1)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/#post-5216058)
 * Hi
    Thank YOU! WP Statistics is working now! BR
 *  Thread Starter [hermannf1](https://wordpress.org/support/users/hermannf1/)
 * (@hermannf1)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/#post-5216059)
 * resolved
 *  Plugin Contributor [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/#post-5216067)
 * No problem.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem reinstall plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Greg Ross](https://wordpress.org/support/users/gregross/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/problem-reinstall-plugin/#post-5216067)
 * Status: resolved