Joe
10/13/2022, 2:08 PMKathy Satterlee
10/13/2022, 2:30 PMstdout
and stderr
.Joe
10/13/2022, 2:38 PMKathy Satterlee
10/13/2022, 3:10 PMJoe
10/13/2022, 3:15 PMKathy Satterlee
10/13/2022, 3:30 PMJoe
10/13/2022, 3:32 PMKathy Satterlee
10/13/2022, 3:46 PMshow engine innodb status;
show processlist;
Joe
10/13/2022, 5:46 PMMariaDB [kolide]> show engine innodb status;
ERROR 1227 (42000): Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
MariaDB [kolide]> SHOW processlist;
+----+--------+-----------+--------+---------+------+-------+------------------+----------+
| Id | User | Host | db | Command | Time | State | Info | Progress |
+----+--------+-----------+--------+---------+------+-------+------------------+----------+
| 13 | kolide | localhost | kolide | Query | 0 | init | SHOW processlist | 0.000 |
+----+--------+-----------+--------+---------+------+-------+------------------+----------+
1 row in set (0.00 sec)
Kathy Satterlee
10/13/2022, 7:00 PMJoe
10/13/2022, 7:21 PMKathy Satterlee
10/13/2022, 8:44 PM