wp_users

Static

Stores users data created by this plugin.

CREATE TABLE Statement

CREATE TABLE `wp_users` (\n" . " `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n" . " `user_login` varchar(60) NOT NULL,\n" . " `user_pass` varchar(255) NOT NULL,\n" . " PRIMARY KEY (`ID`)\n" . ") ENGINE

Safe to delete?

If you have uninstalled WebDecoy Bot Detection – Block AI Crawlers, Spam Bots & Card Testing, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_users`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from WebDecoy Bot Detection – Block AI Crawlers, Spam Bots & Card Testing