Linux,shell脚本mysql的使用 2016年02月03日 标签:Linux, MySQL, Shell Tips #!/bin/sh mysql -uroot -p123456 <use test; select * from test where a=10000;