简体   繁体   English

无法在Windows 10上执行MySQL Dump,IDE为Netbeans 8.2

[英]Failing to execute MySQL dump on windows 10, IDE is Netbeans 8.2

I have been searching for hours on how to backup the schema for my database through Netbeans 8.2 I just want to backup my work in the event of computer failure. 我一直在寻找有关如何通过Netbeans 8.2备份数据库架构的时间,我只是想在发生计算机故障时备份我的工作。 I tried using command line but no resource is up to date yet on how to properly backup for windows 10 and Netbeans 8.2. 我尝试使用命令行,但是关于如何正确备份Windows 10和Netbeans 8.2的资源尚未更新。 Any solution would be greatly appreciated. 任何解决方案将不胜感激。

NetBeans does not offer this feature. NetBeans不提供此功能。 You can only grab and recreate the structure of single tables (Under Services / Databases / [your database] / right click on any table). 您只能获取并重新创建单个表的结构(在Services / Databases / [您的数据库]下/右键单击任何表)。 But this does not include any containing data. 但这不包括任何包含的数据。 Shashanth mentioned already some alternatives where I would like to add HeidiSQL which does an awesome job. Shashanth已经提到了一些替代方法,我想在其中添加HeidiSQL来完成出色的工作。

If you want to implement this as a feature in your own application you probably want to call mysqldump from your program (see this question in addition to the thread provided by Shashanth) 如果要在自己的应用程序中将其实现为功能,则可能要从程序中调用mysqldump(除了Shashanth提供的线程之外,请参阅此问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM