DBackRestore - plugin detail
DBackRestore
Backup and Restore for MySQL
Operative System: GNU/Linux

Plugin owner: |
avbravo |
Website: |
http://avbravo.blogspot.com |
Added: |
2012-05-11 |
License: |
Apache |
Category: |
Databases |
Downloaded: |
3,553 times |
Rating: |
|
Plugin Log |
Show log
2014-10-01 04:58:53 | carlosqt | Vote cast by carlosqt for DBackRestore, UC 7.2, vote value: -1; verification overall status recalculated: -1 (There is 2 NoGo casted threfore overal NoGo) | 2012-09-18 06:44:50 | cengizc | Vote cast by cengizc for DBackRestore, UC 7.2, vote value: 1; verification overall status recalculated: -1 (There is 1 NoGo casted threfore overal NoGo) | 2012-06-23 14:43:41 | ent38 | Vote cast by ent38 for DBackRestore, UC 7.2, vote value: -1; verification overall status recalculated: -1 (There is 1 NoGo casted threfore overal NoGo) | 2012-06-20 13:51:32 | senthilsource | Vote cast by senthilsource for DBackRestore, UC 7.2, vote value: 1; verification overall status recalculated: 0 (0 NoGos, 1 Gos of 9 requests, therefore overal Undecided) | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier senthilsource, with id: 43347 | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier scottwd9, with id: 43346 | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier mmirilovic, with id: 43345 | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier mcreps, with id: 43344 | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier jpirek, with id: 43343 | 2012-06-18 16:32:59 | avbravo | Verification request registered for verifier jkovalsky, with id: 43342 | 2012-06-18 16:32:58 | avbravo | Verification request registered for verifier ent38, with id: 43341 | 2012-06-18 16:32:58 | avbravo | Verification request registered for verifier cengizc, with id: 43340 | 2012-06-18 16:32:58 | avbravo | Verification request registered for verifier carlosqt, with id: 43339 | 2012-06-18 16:32:58 | avbravo | Verification registered for version 7.2, with id: 43338 | 2012-05-14 10:13:48 | jkovalsky | Plugin published | 2012-05-11 20:07:25 | avbravo | Marking original plugin as updated so it is not available on the web any more | 2012-05-11 20:07:25 | avbravo | New version created as copy of original plugin 42928 with new id 42936, pubid:42928 | 2012-05-11 20:07:25 | avbravo | New binary uploaded - /nbpluginportal/pluginportal-v2/public/data/nbms/org-avbravo-dbackrestore.nbm | 2012-05-11 20:07:25 | avbravo | New binary added | 2012-05-11 20:07:25 | avbravo | Plugin edit initiated | 2012-05-11 01:11:56 | avbravo | Plugin saved with .nbm/zip file; id: 42928 |
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2012-05-11
|
What's new in this version
Version: v0.5.17
Backup
Restore
Operative System: GNU/Linux
DataBase: MySQL
Verifications for NetBeans versions
Decisions of individual verifiers for DBackRestore plugin for NetBeans IDE 7.2
Commentscarlosqt: not able to install
|
Download size: 0.02 MB
|
Last Update: 2012-05-11
|
What's new in this version
Version: v0.5.17
Backup
Restore
Operative System: GNU/Linux
DataBase: MySQL
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for DBackRestore plugin for NetBeans IDE 7.2
Commentscarlosqt: not able to install
Introduction
Backup and Restore from DataBase MySQL
|
[ You have to be logged in to be able to comment. ]
User Comments
mysqldump is needed
@suriyaprakash I got the same error on windows and I think that the program mysqldump is needed for this. So you have to install it first.
while generating backup *.sql file it show an error
cannotrun program "mysqldump":Create Process Error=2,The system cannot find the file specified.
up
Opened bug entry : http://netbeans.org/bugzilla/show_bug.cgi?id=214663
Could you take a look at this bug ?
Thx ;)
Posted by ent38 on Jun 23, 2012
Pb if backup file's path contains spaces
Hi,
the plugin works fine, but there is a little error in the command line : you don't enclose the path with quotes.
Ex: if you ask for a backup to the "C:\Program Files\MySQL/" folder, it will generate and run the a command like
"mysqldump --host=localhost --opt --user=root --password= --add-drop-table mysql -r C:\Program Files\MySQL/mysql.sql"
=> it will create the "C:\Program" file ;)
Posted by ent38 on Jun 19, 2012
|