adspace
Answer Posted / Danish Husain
Videos are typically binary files, which can be quite large for a database. While it's possible to store videos in MySQL using LONGBLOB or BLOB data types, it's not recommended due to performance and storage efficiency issues. A better approach would be to store video 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