Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello,

How do I make an image backup from a MySQL database so that when I require it, I can insert the backup into MySQL. I'm able to take the text backup i.e I just pull the record value and push it into a text file. However, as far as the image is concerned, it's creating a bit of an issue. I don't know whether it's possible or not.

If it is not possible can someone suggest an alternative?

Thanks in advance.
Posted
Updated 16-Mar-11 2:16am
v2
Comments
Sandeep Mewara 16-Mar-11 8:14am    
It's possible. Now, update your question with your effort and issue.
Slacker007 16-Mar-11 8:16am    
EDITED: Spelling, grammar, and readability.

1 solution

What you need to do is understand what backing up really is and how to implement it in MySQL.
 
Share this answer
 
Comments
krishna kishore58 17-Mar-11 1:26am    
thanks 4 replying... I wanna take image backup into text file like how i'm taking text. Backup in the sense to get its value if its text and xyz if its image. so how to take image backup is question.. Suggest me wat ever u feel... I'l try them....
Espen Harlinn 17-Mar-11 18:47pm    
And maybe a bit about SQL too, my 5 for the advice :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900