批处理建库脚本
echo "clean mysql"
cd D:\fengbin\ebusiness\doc\设计文档\
call mysql -uroot -pfengbin -e"drop database if exists scm_test;create database scm_test;use scm_test;source scm.sql;exit"
cd D:\fengbin\网店进销存SAAS
发布时间: 2012-08-25 10:06:20 作者: rapoo
批处理建库脚本
echo "clean mysql"
cd D:\fengbin\ebusiness\doc\设计文档\
call mysql -uroot -pfengbin -e"drop database if exists scm_test;create database scm_test;use scm_test;source scm.sql;exit"
cd D:\fengbin\网店进销存SAAS