从 .sql 文件中提取数据转储
我有一个 .sql 文件,它是四年前的数据库备份。这个 .sql 文件充满了表创建和数据转储。因为我实际上不需要也不想要这些数据,所以我正在寻找一种从 .sql 文件中提取所有数据转储的方法。所以我只是恢复表架构。
我认为.sql 文件是由 cPanel 备份服务生成的。
有某种自动化的方法可以做到这一点吗?我无法手动完成此操作,因为 .sql 文件有大量行。
I've got an .sql file, it's an database backup from four years ago. This .sql file is filled with table creations but also data dumps. Because I actually don't need and want the data I'm looking for an way to extract all the data dumps from the .sql file. So that I'm only restoring the tables architecture.
I think the .sql file was generated by cPanel backup service.
Is there some automated way of doing this? I can't do it by hand because the .sql file has an enormous amount of lines.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@Boyd:使用本地导入转储文件
然后使用仅导出结构
@Boyd: Import the dump file locally using
Then export just the structure using