Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageI 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 > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.