phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] how to save my data


From: Chris Weiss
Subject: Re: [Phpgroupware-users] how to save my data
Date: Wed, 18 Jun 2003 23:55:36 +0000

use mysqldump, you don't have to shutdown the database with it either or become 
root

BOYER PASCAL (address@hidden) wrote:
>
>Hi,
>
>I would like to know how to save my data.
>
>I tried this, but it doesn't work:
>
>su
>/etc/init.d/mysql stop
>cp /var/lib/mysql/phpgroupware/* ~/pgwdata.bkp
>rm /var/lib/mysql/phpgroupware/*
>/etc/init.d/mysql start
>
>and then, of course, I have no more data about pgw.
>
>Now, I want to put back my data:
>
>su
>/etc/init.d/mysql stop
>cp ~/pgwdata.bkp/* /var/lib/mysql/phpgroupware
>/etc/init.d/mysql start
>
>and I can see my data with PhpMyAdmin, but if I try to login me to pgw I
>obtain this error message:
>
>Fatal Error: It appears that you have not created the database tables
>for phpGroupWare. Click here to run setup.
>
>What must I do to save correctly my data ?
>
>
>Pascal -- France
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]