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