wp_koko_analytics_referrer_urls
StaticStores analytics or statistics data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | INT UNSIGNED | NO |
| url | VARCHAR(255) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_koko_analytics_referrer_urls ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, url VARCHAR(255) NOT NULL, UNIQUE INDEX (url) ) 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_referrer_urls`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Koko Analytics – Privacy-Friendly WordPress Analytics