wp_bbc_botbanishclient_doc_errors
StaticStores bbc botbanishclient doc errors data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| bot_id | int unsigned | NO |
| bot_ip | varchar(39) | NO |
| hit_count | int unsigned | NO |
| last_hit | int unsigned | NO |
| domain_name | varchar(100) | YES |
| error_doc | int unsigned | NO |
| error_cause | varchar(1024) | NO |
| client_info | text | NO |
| server_info | text | NO |
| updated | datetime | NO |
CREATE TABLE Statement
CREATE TABLE `bbc_botbanishclient_doc_errors` ( `bot_id` int unsigned NOT NULL , `bot_ip` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `hit_count` int unsigned NOT NULL DEFAULT \'0\', `last_hit` int unsigned NOT NULL DEFAULT \'0\', `domain_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL, `error_doc` int unsigned NOT NULL, `error_cause` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `client_info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `server_info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE
Safe to delete?
If you have uninstalled BotBanish by Randem Systems, 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_bbc_botbanishclient_doc_errors`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from BotBanish by Randem Systems