摘要:
show tables或show tables from database_name;解释:显示当前数据库中所有表的名称show databases;解释:显示mysql中所有数据库的名称show processlist;解释:显示系统中正在运行的所有进程,也就是当前正在执行的查询。大多数用户可以查... 阅读全文
摘要:
MySQL 加锁处理分析 转http://hedengcheng.com/?p=771十二 13th, 2013发表评论|Trackback1背景11.1MVCC:Snapshot Read vs Current Read21.2Cluster Index:聚簇索引31.32PL:Two-Phase... 阅读全文