从表生成sql脚本
替代文本http://www.freeimagehosting.net/uploads/64fac9c8c4.gif
是否可以生成sql脚本来自所有表? 我想生成sql脚本并导入到另一个数据库服务器
alt text http://www.freeimagehosting.net/uploads/64fac9c8c4.gif
is it possible to generate sql scripts from for all tables ? i want to generate the sql script and import into another database server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
选择要导出的表,右键单击,脚本>创建表脚本。 mysql 可以用,oracle 不知道。
Select the tables you want to export, right click, scripts>create table script. It works in mysql, not sure about oracle.
对于 OSX 上 3.4.0 版本的任何人,我必须这样做:
保存到文件,但不给你进度指示器,所以给它一段时间运行。
For anyone on the 3.4.0 version on OSX, I had to do it this way:
Saves to a file, but gives you no progress indicator, so give it a while to run.