~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

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;