30.4.5.9 ps_is_account_enabled() 函数
返回 YES
或 NO
,以指示给定帐户的 Performance Schema instrumentation 是否启用。
mysql> SELECT sys.ps_is_account_enabled('localhost', 'root');
+------------------------------------------------+
| sys.ps_is_account_enabled('localhost', 'root') |
+------------------------------------------------+
| YES |
+------------------------------------------------+