• Resolved welswebmaster

    (@welswebmaster)


    Hi –
    Am I able to delete any off these tables safely if I’ve already uninstalled the plugin years ago? I’m attempting clean up. Thanks for your help.

    wp_ultimate_csv_importer_log_values
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    50,389 53.56 MB 0 bytes InnoDB

    wp_ultimate_csv_importer_manageshortcodes
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	1,126 	176.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_mappingtemplate
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	2 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_media
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	0 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_multisite_details 	251 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_scheduled_import 	0 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_shortcode_manager
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	0 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_shortcodes_statusrel
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	204 	48.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_csv_importer_uploaded_file_schedules 	0 	16.00 KB 	0 bytes 	InnoDB 	- 	
    wp_ultimate_post_entries
    Known plugins that use this table name:
    wp-ultimate-csv-importer [not installed]
    	0 	16.00 KB 	0 bytes 	InnoDB 	-
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi,

    Yes, you can delete the tables created using the wp-ultimate-csv-importer plugin. To do this, follow the below instructions

    • Install the CSV Importer Free plugin
    • Go to the settings -> Enable the drop table option
    • Deactivate the plugin now
    • Doing this will help you delete the tables without affecting the imported/exported data.

      Let me know for more help.

      Thanks.

    Thread Starter welswebmaster

    (@welswebmaster)

    Hi
    I followed the steps exactly as you laid out. It did NOT delete the tables. Instead I used phpmyadmin, selected my database, and on the SQL tab ran the following below. This deleted the tables for me successfully.

    DROP TABLE wp_ultimate_csv_importer_external_file_schedules,wp_ultimate_csv_importer_ftp_schedules,wp_ultimate_csv_importer_scheduled_import,wp_ultimate_csv_importer_uploaded_file_schedules;

    Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi,

    Good to know you’ve removed the tables from your end.

    We will check the same in our local server. If we are able to replicate the same problem in our server, we’ll resolve the same in the next version release.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Log table clean up’ is closed to new replies.