摘要:
现象: Limit of total fields [1000] in index [xxx] has been exceeded 问题: 如何设置elasticsearch的index字段上限,从默认1000到任意值? 以下操作使用 kibana完成 1.查询settings设置(未设置的情况下, 阅读全文
摘要:
命令格式: 前面是查询语句加上(into outfile)加上后边的输出地址 select * from xxx where xx = '' into outfile '/home/xxx.csv' 问题: running with the --secure-file-priv option so 阅读全文