常用·SQL

  1. select version()
  2. show tables
  3. desc table_name
  4. show index from tblname

  5. show global status like '%prepare%';  显示预编译情况
原文地址:https://www.cnblogs.com/heapStark/p/8360110.html