Mysql
文章平均质量分 65
glitter_L
这个作者很懒,什么都没留下…
展开
-
MYSQL性能分析工具 show profiling
5.1版本开始引入show profile剖析单条语句功能 查看是否支持: show VARIABLES LIKE '%profil%' have_profiling YES 表示支持profile profiling ...原创 2022-03-11 15:58:12 · 657 阅读 · 0 评论 -
mysql基础-笔记(1)
sql分类: DQL语句 数据查询语言 select DML语句 数据操作语言 insert delete update //manipulate DDL语句 数据定义语言 create drop alter //define TCL语句 事务控制语言 commit rollback mysql -uroot -p //进入数据库 show databases; //查看数据库 //进入名为tes...原创 2021-10-12 17:42:23 · 125 阅读 · 0 评论