Hi to all I have installed koha 3 on ubuntu 8.04 and all of that ok but i need to know way to talk Backup from data on mysql please if any body know way to that send me steps because i need that. thnks John Smith _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/
John,
From the command prompt use mysqldump. The following command gives all options:
mysqldump --help I think the simplest option that should get everything would just be: mysqldump -u kohaadmin -p******* koha >koha.backup where ******* is your password for the kohaadmin user in mysql. The resulting file can be used with any koha mysql database to re-create the database as it is now by: mysql -u kohaadmin -p******* koha <koha.backup I hope this helps. Ian ----- Original Message ----- From: john smith To: koha team Sent: Monday, February 23, 2009 9:01 AM Subject: [Koha] Backup of Koha 3 Hi to all I have installed koha 3 on ubuntu 8.04 and all of that ok but i need to know way to talk Backup from data on mysql please if any body know way to that send me steps because i need that. thnks John Smith ------------------------------------------------------------------------------ check out the rest of the Windows Live™. More than mail–Windows Live™ goes way beyond your inbox. More than messages ------------------------------------------------------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.0.237 / Virus Database: 270.11.2/1965 - Release Date: 02/21/09 15:36:00
participants (2)
-
Ian Bays -
john smith