Mysql Dump 0.2beta has been released.
Mysql Dump 0.2beta has been released.
This is the first public release of Mysql Dump, with full backup and restore functionalities.
Mysql Dump is an interface for the 'mysqldump' backup tool. It can be used to dump the CMSMS database for backup or for transferring the data to another server (not necessarily a MySQL server). In other words, it allows you to dump the contents of your CMSMS database into a text file, and restore from such a file. This text file can be easily saved locally or sent to remote server.
Althought this module should work fine it is still experimental (beta). IT SHOULD NOT BE TRUSTED IN A PRODUCTION ENVIRONMENT! PLEASE TEST IN A SAFE ENVIRONMENT BEFORE RELYING ON THIS MODULE.
Mysql Dump is an interface for the 'mysqldump' backup tool. It can be used to dump the CMSMS database for backup or for transferring the data to another server (not necessarily a MySQL server). In other words, it allows you to dump the contents of your CMSMS database into a text file, and restore from such a file. This text file can be easily saved locally or sent to remote server.
Althought this module should work fine it is still experimental (beta). IT SHOULD NOT BE TRUSTED IN A PRODUCTION ENVIRONMENT! PLEASE TEST IN A SAFE ENVIRONMENT BEFORE RELYING ON THIS MODULE.
Re: Mysql Dump 0.2beta has been released.
Also, a new "Delete" function is being developed and available for tests in svn.
Mysql Dump 0.3 :
Mysql Dump 0.3 :
- Backup Database
- Restore Database
- Delete Dataset new
- Interface improved
Last edited by mahjong on Wed Aug 02, 2006 6:05 pm, edited 1 time in total.
Re: Mysql Dump 0.2beta has been released.
Yes, but I want the Mysql Dump module fully tested and running stable before working on a spawn.cyberman wrote: Do you plan a postgres dump module too?
Would you be interested to participate in the development of the postgres module?
Re: Mysql Dump 0.2beta has been released.
No function by me:
[attachment deleted by admin]
[attachment deleted by admin]
Re: Mysql Dump 0.2beta has been released.
Where is located 'mysqldump.exe' on your system? In which folder?
Re: Mysql Dump 0.2beta has been released.
c:\www\xampp\mysql\bin
Sorry i have not read your help text.
It works, i create a dump and build a new database with the dump and with phpmyadmin.
Sorry i have not read your help text.
It works, i create a dump and build a new database with the dump and with phpmyadmin.
Last edited by Piratos on Tue Aug 01, 2006 7:44 pm, edited 1 time in total.
Re: Mysql Dump 0.2beta has been released.
Go to the Preferences tab and put c:\www\xampp\mysql\bin in the Path to mysqldump binaries field
Re: Mysql Dump 0.2beta has been released.
Released as an official package. Available here and with the new module manager. Seems perfectly stable.Also, a new "Delete" function is being developed and available for tests in svn.
Mysql Dump 0.3 :
- Backup Database
- Restore Database
- Delete Dataset new
- Interface improved
If no bug reports show up, will be release as version 1.0 (stable)
Re: Mysql Dump 0.2beta has been released.
Most of all cannot use this module because mysqldump is a system tool for administrators and you must have the rights of root.
it is a better way to make a php solution to dump mysql and postgresql and to create a php way to restore it.
it is a better way to make a php solution to dump mysql and postgresql and to create a php way to restore it.
Re: Mysql Dump 0.2beta has been released.
You are right. This module is not intend to be used by everybody. It's more a professional tool for people knowing what they are doing. If your system administrator doesn't trust you to use tools like mysqldump then it's best not to use the Mysql Dump module.Piratos wrote:Most of [us] cannot use this module because mysqldump is a system tool for administrators
In theory. But none of the PHP scripts ever written are as complete and flexible as mysqldump. Myslqdump is a complex, sophisticated piece of software and with upmost compatibility. Start writing your own backup module, you'll see.It is a better way to make a php solution to dump mysql and postgresql and to create a php way to restore it.
Last edited by mahjong on Sat Aug 05, 2006 10:23 pm, edited 1 time in total.
Re: Mysql Dump 0.2beta has been released.
If you see it as a special unit for professionals it is ok, but than i can use mysqldump directly and never need a module.
Last edited by Piratos on Sun Aug 06, 2006 8:39 am, edited 1 time in total.
Re: Mysql Dump 0.2beta has been released.
Piratos wrote: can use mysqldump directly and never need a module.
You can also publish a website without ever using a CMS. Doesn't make content management systems less convenient or useless.