![]() Topic awaiting preservation: mysql backup thru php/html interface (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Sydney, Australia |
![]() 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 |
![]() 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 |
![]() yeah i know that, sorry should have been a little clearer. |
Maniac (V) Mad Scientist From: :morF |
![]() 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. |