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.
我正在尝试安排一个将导出我的数据库并将其放入服务器上的文件中的 cronjob...发送到我的电子邮件:找不到 mysqldump 命令...这里是命令:
mysqldump -h localhost -u user_me --password="pas" user_t > /home/me/backup.sql
知道问题是什么吗?我尝试将路径添加到 /usr/local/bin/mysqldump 而只是命令名称,但仍然没有运气......