Linux那些事儿
在服务器上运行指定mysql语句(之后回来收取结果) nohup mysql -h ip地址 –user=’用户名’ –password=’密码’ -e “USE dbname;(任意数量sql语句);”...
08
1月