Quote:
Originally Posted by algert
How to make a query permission account?
|
Oh, just create a new account (or use an existing account). Remember it's userid
Open ./includes/config.php, look for
PHP Code:
$config['SpecialUsers']['canrunqueries'] = 'x';
You can have something already in x, just add our userid into it so it looks like
PHP Code:
$config['SpecialUsers']['canrunqueries'] = '1';
or
PHP Code:
$config['SpecialUsers']['canrunqueries'] = '1,2,3,4';