mysql.rst
changeset 1852 f572f646694b
parent 1851 e6ffc5f7200e
child 1853 c6be6cc87df4
equal deleted inserted replaced
1851:e6ffc5f7200e 1852:f572f646694b
    76   MariaDB [mysql]> SHOW ERRORS;
    76   MariaDB [mysql]> SHOW ERRORS;
    77   MariaDB [mysql]> show engine innodb status;
    77   MariaDB [mysql]> show engine innodb status;
    78 
    78 
    79 Monitor server execution.
    79 Monitor server execution.
    80 =========================
    80 =========================
    81 ::
       
    82 
    81 
    83   MariaDB [mysql]> SHOW PROCESSLIST;
    82 List all current executions::
       
    83 
       
    84   MariaDB [mysql]> show processlist;
       
    85 
       
    86 Dump execution plan for selected process::
       
    87 
       
    88   MariaDB [mysql]> show explain for 1;
    84 
    89 
    85 Profiling queries.
    90 Profiling queries.
    86 ==================
    91 ==================
    87 
    92 
    88 Enable profiling, execute query and review profiling data::
    93 Enable profiling, execute query and review profiling data::