Useful SQL queries for wordpress woocommerce Database
Empty table: TRUNCATE TABLE wp_actionscheduler_actions; remove expired sessions from the woocommerce_sessions table optimize sessions records from the woocommerce_sessions table In terms of what you can safely clean, the wp_actionscheduler_actions, and wp_actionscheduler_logs tables could be cleared if you don’t need the historical data. Delete order note comments older than date Delete all comments older than date
Useful SQL queries for wordpress woocommerce Database Read More »