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启动时向mysql添加一些类似的触发器。所以我有 MEMORY 表和 cron 脚本,它们每 1 小时转储一次这个表。我想在mysql启动时填写这个表格转储。
我怎样才能做到这一点?我知道我可以创建将运行 mysql 并导入转储的 bash 脚本,但我想通过 mysql 工具来执行此操作。可能存在一些在mysql运行时执行的触发器或事件。
谢谢!
设置init-file选项(在命令行或选项文件中)。
init-file