使用unix_timestamp方法進行比較,將字符型的時間,轉成unix時間戳
select * from t1 where unix_timestamp(time1) > unix_timestamp('2011-03-03 17:39:05') and unix_timestamp(含有時間的字段) < unix_timestamp('2016-12-06');
當你習慣了簡單的Mysql和sql2005的時候,你會
mysql解決自動斷開8小時未曾用過的鏈接  
【博文推薦】用shell腳本自動化備份數據庫
屌炸天實戰 MySQL 系列教程(二) 史上最屌、你不知道的
1、tpcc測試結果 點擊看大圖 2、測試環
MySQL 5.7增強版Semisync Replicati