Linux,shell脚本mysql的使用

#!/bin/sh
mysql -uroot -p123456 <use test;  
select * from test where a=10000;  

Grizzly

Never say never!