Extension:Asksql
From MediaWiki.org
|
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 |
| Version | 2008-01-31 (2008-01-31) |
| MediaWiki | 1.12 and above |
| License | GPL |
| Download | Download snapshot |
| Added rights | asksql |
Asksql extension allows you to do SQL queries through a special page in the wiki, without opening phpMyAdmin etc.
Warning: Dangerous if not configured properly!
[edit] Installation
- Download the latest snapshot, extract the files, and place them under extensions/Asksql
- Make sure you have ExtensionFunctions.php in your extensions/ folder
- Add $wgGroupPermissions['sysop' ]['asksql'] = true; to LocalSettings.php
- Add require_once('extensions/Asksql/Asksql.php'); to LocalSettings.php
- Go to
Special:Asksqlto test the extension out
This extension sets $wgAllowSysopQueries = true;, so keep that in mind. You must configure $wgDBsqluser and $wgDBsqlpassword in your LocalSettings.php though.

