Re: [PHP] MySQL backup

2004-05-14 Thread Dynamix
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

[PHP] MySQL backup

2004-05-13 Thread Matthew Oatham
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

Re: [PHP] MySQL backup

2004-05-13 Thread John W. Holmes
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? The

Re: [PHP] MySQL backup

2004-05-13 Thread Matthew Oatham
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] MySQL backup From: Matthew Oatham [EMAIL PROTECTED] I

Re: [PHP] MySQL backup

2004-05-13 Thread John Nichel
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

Re: [PHP] MySQL backup

2004-05-13 Thread John Nichel
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

Re: [PHP] MySQL backup

2004-05-13 Thread John W. Holmes
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?

[PHP] Mysql backup

2003-11-28 Thread Binay
Hi all ! I know this is more of mysql issue than PHP but then i always get my problem solved here.. and hope the same this time also ... I have two systems. one with mysql-version: 3.23.37 other with mysql-version: 3.23.58 now i want to take the backup of 3.23.37 data and copy to 3.23.58 ...

Re: [PHP] Mysql backup

2003-11-28 Thread Rory McKinley
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

Re: [PHP] Mysql backup

2003-11-28 Thread Binay
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 versions are MYISAM the steps are as follows: 1. Stop mysql

RE: [PHP] mysql backup solution

2003-06-06 Thread Luis Lebron
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

Re: [PHP] MySQL Backup and Restore

2002-07-24 Thread 1LT John W. Holmes
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 Backup and Restore Can highly recommend doing it (and a whole lot more) with phpMyAdmin

RE: [PHP] MySQL Backup and Restore

2002-07-24 Thread Andrew Chase
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

Re: [PHP] MySQL Backup and Restore

2002-07-24 Thread Martin Clifford
... ---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 Backup and Restore Can highly recommend doing it (and a whole lot more

[PHP] MySQL Backup and Restore

2002-07-23 Thread kip
Hi, Can you tell me the steps of backup and restore the databases in Mysql? And can i specific a path for the backup file? Futhermore, i have installed the MySQL in Win2000 but i don't know how to restore the database of MySQL from a Linux server to Win2000 MySQL. Thanks -- PHP General

RE: [PHP] MySQL Backup and Restore

2002-07-23 Thread Peter
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

RE: [PHP] MySQL Backup and Restore

2002-07-23 Thread John Holmes
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

Re: [PHP] MySQL Backup and Restore

2002-07-23 Thread Justin French
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 and Restore Hi, Can you tell me the steps of backup and restore the databases in Mysql? And can i specific a path

[PHP] mysql backup function in php?

2002-02-04 Thread Wilbert Enserink
Hi all, i searched the manual for a php backup function for a mysql DB. I can't seem to find it, but i'm not sure whether it exists. mysql_backup_db maybe?? thx. Wilbert - Pas de Deux Van Mierisstraat 25 2526 NM Den Haag tel 070 4450855 fax 070 4450852

Re: [PHP] mysql backup function in php?

2002-02-04 Thread Mike Maltese
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? Hi all

Re: [PHP] mysql backup function in php?

2002-02-04 Thread Miles Thompson
: Wilbert Enserink [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 04, 2002 8:22 AM Subject: [PHP] mysql backup function in php? Hi all, i searched the manual for a php backup function for a mysql DB. I can't seem to find it, but i'm not sure whether it exists

Re: [PHP] mysql backup

2001-03-22 Thread Henrik Hansen
"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 username

[PHP] mysql backup

2001-03-21 Thread McShen
hi how do i back up a mysql DB table? Can you please write me the code? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] mysql backup

2001-03-21 Thread Peter Houchin
-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

[PHP] MySQL Backup Daemon

2001-01-29 Thread Michael A. Peters
Howdy, The company I work for has developed a backup daemon for MySQL (Windows and x86 Linux) that uses a php web interface. We will be destributing it commercially, but would like to offer it for beta testing to a limited number of users. If anyone here has interest in testing the software,