MySQL查看操作

  • 查看下进程是否Sleep太多:

    show processlist;
    
  • 察看各变量的值:

    show variables;