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 |
How do I know if mysql is running on windows?
What is mysql architecture?
Can not connect to mysql server 10060?
What is difference between mysql and mysqli?
What is the size of mysql database?
What is row locking in mysql?
What does innodb stand for?
How do I zip a file in mysql?
What is the different between NOW() and CURRENT_DATE()?
What is mysql good for?
How do I flush privileges in mysql?
What are the differences between mysql vs sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)