mysql 导出查询结果

show variables like '%secure%'; 看看导出位置mysql

SELECT * FROM tb WHERE sn = '1' 
LIMIT 1,10
into outfile '/var/lib/mysql-files/SPH.txt'sql

相关文章
相关标签/搜索