blob: 75879f6716549a37cd635a1142662a1b6f15eb61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# show server variables
#
--disable_query_log
--echo ===== ENGINES =====
show engines;
--echo ===== VARIABLES =====
show variables;
--echo ===== STOP =====
--enable_query_log
exit;
|