Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 136 Bytes

MySQL不登陆执行命令.md

File metadata and controls

3 lines (3 loc) · 136 Bytes
不登录直接执行sql
mysql -uaHmin -proot test -e "select now()" -N >H:/work/target1.txt
mysql -uroot -e "show databases;" >1.txt