blob: 67f7e8fac86b81d7477a02fc58329bae0af6d867 (
plain)
1
2
3
4
5
6
7
8
9
|
SELECT sys.ps_thread_account(NULL);
sys.ps_thread_account(NULL)
NULL
SELECT sys.ps_thread_account(234623462376);
sys.ps_thread_account(234623462376)
NULL
SELECT sys.ps_thread_account(sys.ps_thread_id(NULL));
sys.ps_thread_account(sys.ps_thread_id(NULL))
root@localhost
|