Default password has not been changed

The admin password is set to its default value, it is recommended that you change it immediately!

You can change this password by logging in, navigating to My -> Account -> Password.

Current admin login:
   Username:"[email protected]"
   Password:"2Tight2Wiki@"

Set


Overview
Set is used to set a variable value. These can be user variables or system variables, either way the variables are session-scope and do not affect other queries, transactions or sessions.

Not Implemented

User variables have not yet been implemented, however system variables are very much so settable.

Example
round-pushpin Sets the session variable TraceWaitTimes to true.
set TraceWaitTimes true

See also

Related