帮助开发者快速在win7上安装部署mysql,1、下载zip安装包:
MySQL8.0.13 For Windows zip包下载地址:https://dev.mysql.com/downloads/file/?id=480557,进入页面后可以不登录。
后点击底部“No thanks, just start my download.”即可开始下载。
2、解压zip安装包:
本机解压路径:D:\Program Files\mysql-8.0.13-win
最近整理的笔记
SQL执行计划
explain select customer_id,title,content from product_comment
where audit_status=1 and product_id=199 limit 0,5;
查询计划的限制
无法展示存储过程,触发器,UDF对查询的影响
联合索引
应当把区分度好的放到联合索引的左侧
sql语句改写
select customer_id,title,content from p