wp_glueup
VerifiedStores glueup data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_glueup` (\n `id` int NOT NULL,\n `api_account` varchar(220) DEFAULT NULL,\n `api_tenat` varchar(220) DEFAULT NULL,\n `orgID` varchar(220) DEFAULT NULL,\n `private_key` varchar(220) DEFAULT NULL,\n `status` varchar(220) DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=latin1
Safe to delete?
If you have uninstalled GlueUp, 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_glueup`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.