Topic awaiting preservation: mysql backup thru php/html interface |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Sydney, Australia |
posted 07-19-2004 08:09
does anyone know if it as at all possible to backup a MySQL database and/or table using php. here is my scenario: |
Maniac (V) Mad Scientist From: :morF |
posted 07-19-2004 09:14
there's already a tool out there to do it. Go to Sourceforge and look up 'phpmyadmin'. In there you can select your MySQL database and export it and all it's contents and structure out to a .sql file. |
Nervous Wreck (II) Inmate From: Sydney, Australia |
posted 07-19-2004 15:54
yeah i know that, sorry should have been a little clearer. |
Maniac (V) Mad Scientist From: :morF |
posted 07-19-2004 21:10
is the server you're on running UNIX? (or linux, doesn't matter)...becuase if you are you can take the URL path you would normally use to run the export functions and feed it into a cron job so it will run automatically at a certain time every day. |