Re: [phpslash-users] phpslash backup
Brought to you by:
joestewart,
nhruby
From: yo2lux <lu...@wp...> - 2004-05-12 03:59:56
|
Thank you ! ----- Original Message ----- From: "Joe Stewart" <joe...@us...> To: "yo2lux" <lu...@wp...> Cc: <php...@li...> Sent: Wednesday, May 12, 2004 12:18 AM Subject: Re: [phpslash-users] phpslash backup > On Tue, May 11, 2004 at 10:13:44PM +0300, yo2lux wrote: > > Exist any way to backup the phpslash posts ? i copy /var/mysql/phpslash to other pc that run phpslash but not work.. > > > > mysqldump -uroot -p --complete phpslash > dbdump.sql > > This will back it up to a text file. > > You probably want to gzip or bzip2 it to compress. > > To restore from this backup: > > mysqladmin -uroot -p create phpslash > > mysql -uroot -p phpslash < dbdump.sql > > Joe > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > phpslash-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-users > > > |