mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
12 lines
No EOL
185 B
Text
12 lines
No EOL
185 B
Text
#
|
|
# show server variables
|
|
#
|
|
|
|
--disable_query_log
|
|
--echo ===== ENGINES =====
|
|
show engines;
|
|
--echo ===== VARIABLES =====
|
|
show variables;
|
|
--echo ===== STOP =====
|
|
--enable_query_log
|
|
exit; |