Home > Archive > PHP Language > June 2005 > MySQL Backup Script
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MySQL Backup Script
|
|
|
| Does anyone know where I can find a decent php script to backup a MySQL
database, something that would also backup BLOB fields adequately? Thanks,
Ike
| |
| Norman Peelman 2005-06-07, 3:55 am |
| I use MySQLAdministrator for my backup needs... ran from a scheduled task
(WinXP) nightly. It dumps everything (including blobs as text). And since
they are text files (actually SQL files) they Zip up rather small for
storing off somewhere. I'm sure 'mysqldump' (search the mysql site) will do
pretty much the same thing.
Norm
--
FREE Avatar hosting at www.easyavatar.com
"Ike" <rxv@hotmail.com> wrote in message
news:Bkpoe.990$HM.358@newsread1.news.pas.earthlink.net...
> Does anyone know where I can find a decent php script to backup a MySQL
> database, something that would also backup BLOB fields adequately? Thanks,
> Ike
>
>
|
|
|
|
|