12 2020 档案
摘要:1.users.xml配置 注意:用户和查询级别设置在users.xml文件。 通过以下语句可以查询及临时设置: localhost :) select * from system.settings where name='max_execution_time'; SELECT * FROM sys
阅读全文
摘要: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
阅读全文