DIY MySQL Sidu Options
As option not ready for current version of MySQL Sidu, you can do it yourself at the moment.
You do NOT have to do this - as the default setting is good.
Which Profile to Change?
sidu/user/inc.default.profile.php
This file controls default user or guest users
sidu/user/root.????????.php
This is the user profile (root or other user names)
How to Update Settings ?
$SIDU['page']['tree'] = "_";
//group table by first x chars: eg _,0,3
$SIDU['page']['db_list'] = 1;//brief mode
$SIDU['page']['sort']['db'] = 1;//or 2
$SIDU['page']['sort']['tab'] = 2;//or 1
$SIDU['page']['size'] = 15;
//default pagesize for SQL|data result, smaller, quicker
$SIDU['page']['his'] = 1;//1 sql spool on |0 off
You are encouraged to DIY
If it is not what you want. Change it back. Forgot the default values? No worries - Download it again :D

