View Full Version : How do I run queries?
Tidal Wave
Sat 28th Jun '08, 1:33pm
I can't find this option in the Admin CP. So I am asking on the forums.
Steve Machol
Sat 28th Jun '08, 3:08pm
To run queries from the Admin CP:
Admin CP -> Maintenance -> Execute SQL Query -> Manual Query
Then enter your query in the Manual Query box and click on 'Continue'.
To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = 'x';
...with x being your userid number.
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.