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.
我有一个 MySQL 数据库,其中包含许多文件的文件名和文件夹位置。我想知道如果我重命名文件(仅通过 Windows 资源管理器),有没有办法自动将该更改同步到数据库?如果我添加新文件或将文件移动到另一个文件夹,则相同。
在这种情况下,“自动”是一个强词。
您可以有一个运行脚本来扫描文件系统并调整数据库内容的 cron 作业。