Try
http://freshmeat.net/projects/phpmysqlbackupro/
Regards,
Hatem
- Original Message -
From: "Matthew Oatham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 7:30 PM
Subject: [PHP] MySQL backup
Hi,
I am using MySQL database accessed via myphp admin - there
From: "Matthew Oatham" <[EMAIL PROTECTED]>
> > > I am using MySQL database accessed via myphp admin -
> > > there is an export option which allows me to export the structure
> > > and data to an sql file but this is a manual procedure is there
> > > anyway to automate this via myphp admin i.e. usin
Matthew Oatham wrote:
Mmmm my provider doesn't give me access to this area !
To what area? mysqldump, or cron?
--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Matthew Oatham wrote:
Hi,
I am using MySQL database accessed via myphp admin - there is an export option which allows me to export the structure and data to an sql file but this is a manual procedure is there anyway to automate this via myphp admin i.e. using a cron job?
Thanks
Use a cron and cal
Mmmm my provider doesn't give me access to this area !
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "Matthew Oatham" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 6:40 PM
Subject: Re: [PHP] MySQ
From: "Matthew Oatham" <[EMAIL PROTECTED]>
> I am using MySQL database accessed via myphp admin -
> there is an export option which allows me to export the structure
> and data to an sql file but this is a manual procedure is there
> anyway to automate this via myphp admin i.e. using a cron job?
Hi Rory,
- Original Message -
From: "Rory McKinley" <[EMAIL PROTECTED]>
To: "Binay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, November 28, 2003 7:30 PM
Subject: Re: [PHP] Mysql backup
> Binay
>
> If the tables for both vers
Binay
If the tables for both versions are MYISAM the steps are as follows:
1. Stop mysql on both systems.
2. Copy the contents of the 3.23.37 data folder to the 3.23.58 data folder using your
OS tools (cp, file management tools, Windows explorer etc)
3. Start mysql on both systems.
HTH
Rory
O
This is what I use http://members.lycos.co.uk/wipe_out/automysqlbackup/
-Original Message-
From: John Kaspar [mailto:[EMAIL PROTECTED]
Sent: Friday, April 25, 2003 3:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mysql backup solution
I've got a large mysql database (~400 megs) on a host tha
where that's the only
access they provide. It's very much a pain in the butt...
---John Holmes...
- Original Message -
From: "Justin French" <[EMAIL PROTECTED]>
To: "Peter" <[EMAIL PROTECTED]>; "kip" <[EMAIL PROTECTED]>;
<[EMAIL PR
I encountered that same timeout problem once, and I wound up just installing
my own copy of PhpMyAdmin in an .htaccess protected directory on the server,
and extending the time limit there. It only took about 10 minutes to set
up, and as an added bonus it was a more recent version of PhpMyAdmin t
utt...
---John Holmes...
- Original Message -
From: "Justin French" <[EMAIL PROTECTED]>
To: "Peter" <[EMAIL PROTECTED]>; "kip" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, July 23, 2002 11:29 PM
Subject: Re: [PHP] MySQL Backu
Can highly recommend doing it (and a whole lot more) with phpMyAdmin
(http://phpMyAdmin.net)
Justin French
on 24/07/02 1:04 PM, Peter ([EMAIL PROTECTED]) wrote:
> grab ur self a copy of myphpadmin or use mysqldump or just simply make a
> copy of the data dir or grab ur self a copy of mysql_
base and use this:
mysql -uuser -ppassword database_name < filename.sql
---John Holmes...
> -Original Message-
> From: Peter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 23, 2002 11:04 PM
> To: kip; [EMAIL PROTECTED]
> Subject: RE: [PHP] MySQL Backup and Restore
&
grab ur self a copy of myphpadmin or use mysqldump or just simply make a
copy of the data dir or grab ur self a copy of mysql_front
> -Original Message-
> From: kip [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 24 July 2002 12:58 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] MySQL Backup a
Take that a little further and extract the code from phpMyAdmin for use in
your own project.
Miles
At 08:36 AM 2/4/2002 -0800, Mike Maltese wrote:
>Use PHPMyAdmin. You can dump to a CSV file or it can output all of the
>INSERT statements to rebuild a table.
>
>
>- Original Message -
>Fro
Use PHPMyAdmin. You can dump to a CSV file or it can output all of the
INSERT statements to rebuild a table.
- Original Message -
From: "Wilbert Enserink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 8:22 AM
Subject: [PHP] mysql backup function in php?
>
"McShen" <[EMAIL PROTECTED]> wrote:
> hi
>
> how do i back up a mysql DB table? Can you please write me the code?
i would just stop the database server and dump the table to a file
with mysqldump, just run it from the command line for example:
/path/to/mysqldump -h host -p password -u usern
-Original Message-
From: McShen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 1:42 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mysql backup
hi
how do i back up a mysql DB table? Can you please write me the code?
Thanks.
--__
19 matches
Mail list logo