摘要: bat内容: @ECHO OFF SET dbhost=192.168.1.1(数据库主机)SET dbuser=root(用户名)SET dbpasswd=123456(密码)SET dbName=student(数据库名称)SET sqlpath=%~dp0set sqlfile=update. 阅读全文
posted @ 2020-12-17 10:38 你像风 阅读(326) 评论(0) 推荐(0)