Home > Database > Mysql Tutorial > mysql学习之一_MySQL

mysql学习之一_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:34:40
Original
830 people have browsed it

bitsCN.com

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 表名;

bitsCN.com
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template