程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> mysql學習之一

mysql學習之一

編輯:MySQL綜合教程

mysql學習之一   explain SQL語句:查詢消耗的時間 select version():查看mysql版本   show profiles:分析sql性能 set profiling=1:打開profiles功能,默認是關閉的 show profile for query x(x為query_id):根據query_id 查看某個查詢的詳細時間耗費 show profile block io,cpu,memory,swaps,source,context switches for query x(x為query_id):查看占用cpu、 io等信息   1.清除緩存 reset query cache ; flush tables;   2.查看表的索引: show index from 表名;

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved