Plugin info

Total downloads: 52,114
Active installs: 2,000
Total reviews: 11
Average rating: 4.6
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 9/28/2016 (3381 days ago)
Added to WordPress: 11/12/2012 (13 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.6.30
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3381 days ago • 11 reviews

24/100

Is SQL Executioner abandoned?

Possibly abandoned (last update 3381 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.6.30
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Instead of needing a tool like phpMyAdmin
or the mysql command line client to view and modify your WordPress database,
the SQL Executioner allows you to run arbitrary SQL queries against your
WordPress database from within the Admin. In many cases this allows you to bypass
the inherent limitations of the WordPress Admin interface, and use the full expressive
power of SQL to analyze and update your blog’s database.

To use simply install and visit the Tools > SQL Executioner page.

If you’re interested in contributing to the code behind this plugin, it’s also hosted on GitHub:
https://github.com/justincwatt/wp-sql-executioner

Installation

Extract the zip file, drop the sql-executioner folder in your wp-content/plugins/
directory, and then activate from the Plugins page.

Frequently Asked Questions

Does this plugin have any undo?

No. It executes SQL queries directly against your database. If in doubt, run a SELECT
query before attempting an UPDATE or DELETE query to confirm what
you are about to modify.

Can I irreparably damage my WordPress database using this plugin?

Yes.

Do I have to know SQL to use this plugin?

Yes. Other than a basic facility that will DESCRIBE each table for you, there
is no GUI (graphical user interface).

Review feed

Olar Marius
9/28/2016

Simple and efficient

This plugin seems to me simple but very useful.
herchen
7/31/2019

Amazing Tool

I use this plugin on a daily basis to run quick queries in the database while developing. Very very helpful!!!

Screenshots

  1. This is what you get after describing the posts table.

    This is what you get after describing the posts table.

Changelog

1.4

  • Added CSV export format (hat tip: olarmarius)

1.3

  • Updated to work with PHP 7

1.2

  • Cleaned code up to submit to WP Plugin Repo
  • Wrapped functions in class

1.1

  • Add wp_nonce_field check, minor code cleanup

1.0

  • Initial version