adspace


Can we save images in mysql database?

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


Please Help Members By Posting Answers For Below Questions

How to Change a users password from unix shell.

1223


What is the current mysql version?

1105


What is current version of mysql?

1085


Which statement is used in a select query for partial matching?

1247