Extension:Asksql

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
Asksql

Release status: stable

Implementation Special page, Database
Description Allows SQL queries through a special page in the wiki, without opening phpMyAdmin etc.
Author(s) Brion Vibber
Last version 2008-01-31 (2008-01-31)
MediaWiki 1.12 and above
License GPL
Download
Added rights

asksql

Hooks used
User
Check usage and version matrix

Asksql extension allows you to do SQL queries through Special:Asksql in the wiki, without opening phpMyAdmin etc.

Warning Warning: Dangerous if not configured properly!

Installation [edit]

  • Download and extract the files in a directory called "Asksql" in your extensions/ folder.
  • Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/Asksql/Asksql.php" );
$wgGroupPermissions['bureaucrat']['asksql'] = true;
  • Yes check.svg Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration [edit]

On the individual pages for these settings, it says deprecated in 1.5, since this extension was split from core mediawiki in that version. If you've installed the extension, these settings apply regardless.