[c:\~]$ alter table tb_test add index index_chen("id")
[c:\~]$ drop index index_chen on test_tb ;
[c:\~]$ create index inex_names on test_tb ;
查询文件3-5 line
sed -n '3,5p' anaconda-ks.cfg