adspace


Can we store videos in mysql database?

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


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1103


What is current version of mysql?

1081


How to Change a users password from unix shell.

1221


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

1247