MySQL的一些系统配置

44 阅读1分钟

MySQL限制的最大连接数:

   show  variables like '%connections%';

MySQL当前连接数:

   show  status  like 'Threads%';