The SQL page in the Advanced menu
is enabled by default. You can disable or enable SQL by entering commands.
Procedure
- Click .
- Depending on whether you want to enable or disable SQL,
complete one of these steps:
- To disable SQL, enter this command: update configurationproperties
set value='false' where name='sql.enable'
- To enable SQL, enter this command: update configurationproperties
set value='true' where name='sql.enable'
- Restart the server.