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.
是否可以手动执行进化,即从终端,而不是在页面重新加载?如果是,如何?我已经搜索了文档,但没有发现任何关于此事的信息。
谢谢。
首先找到sql文件..
find . -name "*.sql" -print
进化将被称为类似 1.sql
编辑进化脚本以确保它正在执行您想要的操作。我发现最后我不得不删除一些 drop table 命令。最后导入它..
mysql -u USERNAME -p < 1.sql