【发布时间】:2022-01-16 21:05:09
【问题描述】:
有人可以帮助我使用 nohup 运行此查询,我该怎么做? 使用以下命令,我遇到了错误
nohup mysql -u -p -A tablename " select distinct t2.white, t1.red from table t1 inner join temp t2 on t1.Data=t2.white INTO OUTFILE '/tmp/test.csv' LINES TERMINATED BY '\n';" &
【问题讨论】:
-
有什么理由不与我们分享确切的错误信息?
-
错误信息如下:nohup: ignoring input and redirecting stderr to stdout
标签: mysql linux bash scripting