.bat文件中写了一些mysql命令但是不执行怎么办? 5
具体内容:mysql-uroot-ppasswordshowprocesslist;selectconcat('KILL',id,';')frominformation_...
具体内容:
mysql -uroot -ppassword
show processlist;
select concat('KILL ',id,';') from information_schema.processlist where Time>='60'and Command='Query';
select concat('KILL ',id,';') from information_schema.processlist where Time>='60'and Command='Query' into outfile 'C:/a.txt';
source C:/a.txt;
双击.bat文件后,只会运行mysql -uroot -ppassword。变成mysql> 之后就停了,后边的语句都没有被执行。
要怎么做才能让后边的语句都执行起来呢?望大神指教! 展开
mysql -uroot -ppassword
show processlist;
select concat('KILL ',id,';') from information_schema.processlist where Time>='60'and Command='Query';
select concat('KILL ',id,';') from information_schema.processlist where Time>='60'and Command='Query' into outfile 'C:/a.txt';
source C:/a.txt;
双击.bat文件后,只会运行mysql -uroot -ppassword。变成mysql> 之后就停了,后边的语句都没有被执行。
要怎么做才能让后边的语句都执行起来呢?望大神指教! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询