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 v
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,
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
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
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 ...
i
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
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
opy 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
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: [PH
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 Mai
riginal 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,
> >
> > i searched the manual for a php backup function
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
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
http://w
"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
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]
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, p
25 matches
Mail list logo