12 2020 档案

摘要:1.users.xml配置 注意:用户和查询级别设置在users.xml文件。 通过以下语句可以查询及临时设置: localhost :) select * from system.settings where name='max_execution_time'; SELECT * FROM sys 阅读全文
posted @ 2020-12-20 12:26 雍洲无名 阅读(1421) 评论(0) 推荐(0)
摘要:1.explain (1).准备基础数据(创建表,在c1字段插入重复数据,并在c1字段创建索引) use testdb; create table t1_explain(id int,c1 char(20),c2 char(20),c3 char(20)); insert into t1_expla 阅读全文
posted @ 2020-12-08 18:37 雍洲无名 阅读(471) 评论(0) 推荐(0)