Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
剧本:
mysqldump -u user -p pass database > /home/user/public_html/site/DB_bak/database_$(date +"%Y%m%d").sql
我猜它与日期部分和%标志有关。
%
我有基本的 shell 脚本知识。
我的密码也有一个@,这可能是问题的一部分吗?
@