2
# Make sure our tables are actually present!
5
from information_schema.tables
6
where table_name like '%memcached%';
9
# verify the structure of these I_S tables.
12
desc information_schema.memcached_stats;
14
desc information_schema.memcached_analysis;