mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
12 lines
180 B
Text
12 lines
180 B
Text
|
#
|
||
|
# show server variables
|
||
|
#
|
||
|
|
||
|
--disable_query_log
|
||
|
--echo ===== ENGINES =====
|
||
|
show engines;
|
||
|
--echo ===== VARIABLES =====
|
||
|
show variables;
|
||
|
--echo ===== STOP =====
|
||
|
--enable_query_log
|