InterviewSolution
Saved Bookmarks
| 1. |
How to save images in MySQL? |
|
Answer» Images in MySQL can be stored as blobs. For SAVING them: All the database images are converted into the blobs FIRST. Then, they will GET INSERTED into the database, and LATER on, it will get stored into the disk. |
|