dirSrc=$(ls -t | awk -F: 'NR==1{print}')
echo $dirSrc
insert into spms_service.user1 select * from spms_dev.user;drop table spms_service.user;SET FOREIGN_KEY_CHECKS = 0;delete from 表SET FOREIGN_KEY_CHECKS = 1;
posted on 2017-05-27 11:04 baxk2001 阅读(118) 评论(0) 编辑 收藏 举报