wp_koko_analytics_paths
StaticStores analytics or statistics data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | INT UNSIGNED | NO |
| path | VARCHAR(2000) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_koko_analytics_paths ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, path VARCHAR(2000) NOT NULL, INDEX (path(255)) ) ENGINE
Safe to delete?
If you have uninstalled Koko Analytics – Privacy-Friendly WordPress Analytics, 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_koko_analytics_paths`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Koko Analytics – Privacy-Friendly WordPress Analytics