Can we store videos in mysql database?



Can we store videos in mysql database?..

Answer / 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

More MySQL Interview Questions

How do I know if mysql is running on windows?

1 Answers  


What is mysql architecture?

1 Answers  


Can not connect to mysql server 10060?

1 Answers  


What is difference between mysql and mysqli?

1 Answers  


What is the size of mysql database?

1 Answers  


What is row locking in mysql?

1 Answers  


What does innodb stand for?

1 Answers  


How do I zip a file in mysql?

1 Answers  


What is the different between NOW() and CURRENT_DATE()?

1 Answers  


What is mysql good for?

1 Answers  


How do I flush privileges in mysql?

1 Answers  


What are the differences between mysql vs sql server?

1 Answers  


Categories