mysql 后台运行命令

nohup mysql -u sa -pabcd1234 -e 'source /db.sql' &

转载于:https://www.cnblogs.com/ahuo/p/11421388.html

你可能感兴趣的:(mysql 后台运行命令)