摘要: #!/bin/bash #批量新建数据表 #删除`符号,具体原因我也没搞懂 for i in {1..30};do mysql 地址 -u账号 -p密码 -e "use 库名;CREATE TABLE ccms_order_test$i ( uni_order_id varchar(100) NOT 阅读全文
posted @ 2020-02-27 19:27 botoo 阅读(465) 评论(0) 推荐(0) 编辑