Quote:
Originally Posted by SledgeHead
When I try to Execute SQL Query I get this:
You are not authorized to execute SQL queries
So my question is, is there a way I can just add one category of the forum to be selected as an option of forums to turn off?
|
Go to your config.php fileon the server, find this:
Quote:
// ****** 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'] = 'XXXXX';
|
Replace the Xs with your user ID number.