PDA

View Full Version : execute an SQL query


sulasno
07-16-2010, 03:44 PM
Although I co administer a Board, my ID is not 1

what are the files that I need to add the permissions in order execute an SQL query ?

tia

Guest190829
07-16-2010, 03:48 PM
file: includes/config.php

Find:


$config['SpecialUsers']['canrunqueries'] = '1';


change to


$config['SpecialUsers']['canrunqueries'] = '1, X';


replacing X with your userid.

sulasno
07-16-2010, 04:37 PM
thanks and thanks for the quick response