mysql<h2>基础知识</h2> <pre><code># 切换数据库 use ac_support; # 查看所用 table show tables; # 查看 table 数据行数 select count(*) from xxx; </code></pre>