adspace
Answer Posted / Om Paul
Yes, images can be stored in a MySQL database using BLOB (Binary Large OBject) or TINYBLOB data types. However, like videos, it's not recommended due to performance and storage efficiency issues for large images. A better approach would be to store image file paths in the database and the actual files on a dedicated server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers