基础
MySQL:使用 select into outfile 导出数据
MySQL 使用 index hint 指定索引:ignore index、force index、use index
MySQL:查看表的状态 show table status
MySQL:使用 greatest、least 函数获取行最大值、最小值
MySQL:使用 group_concat 函数连接多行数据为一个字符串
事务与锁
MySQL:锁等待超时时间 innodb_lock_wait_timeout
MySQL:可重复读(repeatable read)隔离级别下的锁
MySQL:读已提交(read committed)隔离级别下的锁